A Simple Todo List

Instructions:

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