A Simple Todo List
Instructions:
- Type a new Todo in the input field and click "Add".
- Click on a Todo to mark it as completed.
- Scroll over a completed Todo to unmark it.
- Double click on a Todo to delete it.
Notice:
- This is a beginner friendly project with room for improvement.
- This project is built using only HTML, CSS, and JavaScript.
- All events are done with javascript.
- This project does NOT have persistent storage.
- All Todos will be lost when the page is refreshed.