Simple TODO Application written in 'HTML', 'CSS' and Javascript.
Hosted using GitHub Pages over at https://sunhaloo.github.io/Simple-HTML-CSS-JS-TODO.
[!INFO] These are the following resources that I used when learning to make this:
- Tyler Potts
- Project GitHub Link: https://github.com/TylerPottsDev/yt-js-todo-2022
- Web Dev Tutorials
There are also many resources that I used and to be honest AI did help me with the front-end.
- 'Light' and 'Dark' Themes
- Category with each TODO item
- Ability to edit TODO item ( content only and not category )4
- Ability to delete TODO item
Upon entering the web page, you are going to be greeted with this page:
Therefore, the user is going to be able to:
- Enter his username
- Write a TODO item
- Add a category to that TODO item
- Write that TODO item to the local storage
- The user will be able to check-off the TODO item
- The user is able to edit the content of the TODO item created
- The user is able to delete the TODO item entirely
- Light Mode:

