You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
App with google login that lets you use Google Calendar API and main page shows list of all events in upcoming 7 days but one can filter events in single upcoming day or in a month. It also include…
I used this example written in React as a reference: https://www.youtube.com/watch?v=iiIYYomMBTw&t=3690s and recreated it using Angular and Angular Material.
I made an API for trello clone where there is many to many relationship between user and section which means user can create a section or be assigned to it. Relationship between section and card is…
I took this example https://www.youtube.com/watch?v=731Ur2HGRBY which was written using React and Redux and rewrote it using Vue, Typescript and vuex module decorators.