parent
635346b60f
commit
5ab8937887
@ -0,0 +1,32 @@
|
||||
# My Calender
|
||||
|
||||
**Tier:** 1-Beginner
|
||||
|
||||
Build a calender application to organize you daily life. Add functionality to add events and reminder.
|
||||
Style your own calender according to your requirement
|
||||
|
||||
- Understanding how calender application works
|
||||
- Only basic understanding of HTML/CSS and JS is required
|
||||
|
||||
## 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
|
||||
|
||||
- [Local Storage](https://blog.logrocket.com/the-complete-guide-to-using-localstorage-in-javascript-apps-ba44edb53a36/)
|
||||
- [MDN](https://developer.mozilla.org/en-US/)
|
||||
- [Design Ideas](https://dribbble.com/tags/calendar)
|
||||
|
||||
## Example projects
|
||||
|
||||
- [Simple Calender](https://medium.com/@nitinpatel_20236/challenge-of-building-a-calendar-with-pure-javascript-a86f1303267d)
|
Loading…
Reference in new issue