A simple to-do list created with Vanilla JS and jQuery.
-
Features
- Can create to-do task.
- Can strike a to-do task.
- Can delete to-do task.
-
Planned Features(Open for pull requests)
- Adding more to-do boards with custom titile.
- Adding login and authentication from firebase.
- Use firebase realtime database to save users to-do tasks.
- Pinning a particular to-do task to the top.
- Adding images and custom color to a to-do task.
- Adding a light and dark theme to the webapp.
-
Any other useful features are welcome through a pull request.