Skip to content

Latest commit

 

History

History
19 lines (14 loc) · 595 Bytes

README.md

File metadata and controls

19 lines (14 loc) · 595 Bytes

TODO-app

Simple TODO app with writing to localStorage

Installation & Running

  1. Download or clone this repo to your machine
  2. Run index.html

Usage

  1. Provide Your TODO task name in proper form field (required)
  2. Provide deadline for your task (optional)
  3. Click submit to save your task to list
  4. Double click task name to edit, enter to save.
  5. Click remove button to delete task
  6. Mark task as done by clicking on checkbox on left side of Todo task
  7. Todos marked as done appear with blue background on page
  8. Todos with expired date appear with grey background on page