added: a new idea for making a todo app

I have added a new idea to make a intermediate level todo app with adequate features.
pull/451/head
Krish 4 years ago committed by GitHub
parent b47cf8261f
commit b1ba720594
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -0,0 +1,26 @@
# Application Name
**Tier:** 2-Intermediate
Create a basic todo program where you can list all your tasks of the day and complete it! You can also share it with your friends to help them doing their work efficiently and not forgetting them.
## User Stories
- [ ] User can add add their tasks through an input field.
- [ ] The design should be easy to understand and use.
- [ ] Have a storage system to make the users not loose their tasks when they reload.
## Bonus features
- [ ] You can add some sound effects on completing the tasks to cheer the user
- [ ] You can have a feature to show the user their progress.
- [ ] You can also have a feature to share your progress with anyone.
## Useful links and resources
[Make a simple todo app with javascript](https://www.w3schools.com/howto/howto_js_todolist.asp)
## Example projects
[Minimal todo app](https://minimal-todo-app.vercel.app)
Loading…
Cancel
Save