Skip to content

Latest commit

 

History

History
33 lines (22 loc) · 1.09 KB

Calendar-App.md

File metadata and controls

33 lines (22 loc) · 1.09 KB

My calendar

Tier: 3-Advanced

Build a calendar application to organize you daily life. Add functionality to add events and reminder. Style your own calendar according to your requirement

  • Understanding how calendar application works
  • Only basic understanding of HTML/CSS and JS is required
  • Working on more features help you learning advance concepts of JS

User Stories

  • User can create event
  • User can edit event
  • User can delete event

Bonus features

  • User can drag events between dates
  • User can set reminder for a event
  • Change theme (light/dark) (play with css), play with css 😄
  • Store data locally so that events does not get deleted when server is restarted

Useful links and resources

Example projects