pull/706/merge
PranavKumar20 2 years ago committed by GitHub
commit fc3391a947
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -0,0 +1,36 @@
# To Do List webapp
**Tier:** 1-Beginner
A to-do list app holds significant importance in our fast-paced lives for a variety of reasons. At its core, such an application serves as a digital repository for tasks, ensuring that nothing important slips through the cracks. One of its primary functions is task organization, allowing users to create, categorize, and prioritize their tasks. This structured approach enhances time management, as individuals can allocate specific time slots for each task, reducing the likelihood of procrastination and helping them stay on track.
Moreover, the psychological benefits of using a to-do list app are substantial. The act of checking off completed tasks provides a sense of accomplishment, motivating users to tackle their responsibilities efficiently. It also frees up mental space, as there's no longer a need to constantly remember what needs to be done, thereby reducing stress and cognitive load.
The ability to prioritize tasks based on importance and urgency is another key advantage. By visualizing tasks in this manner, users can ensure that they focus on what matters most, preventing them from getting bogged down by less critical activities.
## User Stories
- [ ] User can see a display showing the number of tast to do.
- [ ] User can enter new tasks.
- [ ] User can click on an and new to add new task.
- [ ] User can click the 'Checkbox' button to mark the task that has been completed.
- [ ] User can click the 'Clear All' button to clear all task that has been done.
## Bonus features
- [ ] User can make a feature of making calender which can give the sumary of whole month.
- [ ] user can make the proiority option (like numbering the task based on priority).
- [ ] user can make the feature of sharing the task list.
## Useful links and resources
- [TO-DO list (Wikipedia)](https://en.wikipedia.org/wiki/Wikipedia:To-do_list)
- [MDN](https://developer.mozilla.org/en-US/)
## Example projects
- [Javascript iOS Style To-Do List](https://www.youtube.com/watch?v=G0jO8kUrg-I&ab_channel=GreatStack)
- [Javascript To-Do list MERN](https://www.youtube.com/watch?v=dyImiV6MGqg&ab_channel=CodeWithSajjan)
- [Javascript-Vue-HTML-CSS-Javascript](https://github.com/manuelernestog/weektodo)
Loading…
Cancel
Save