Skip to content

m1gu3l/TODO-app

 
 

Repository files navigation

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

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • JavaScript 56.8%
  • HTML 33.1%
  • CSS 10.1%