Simple TODO app with writing to localStorage
- Download or clone this repo to your machine
- Run index.html
- Provide Your TODO task name in proper form field (required)
- Provide deadline for your task (optional)
- Click submit to save your task to list
- Double click task name to edit, enter to save.
- Click remove button to delete task
- Mark task as done by clicking on checkbox on left side of Todo task
- Todos marked as done appear with blue background on page
- Todos with expired date appear with grey background on page