Skip to content

Latest commit

 

History

History
12 lines (10 loc) · 342 Bytes

README.md

File metadata and controls

12 lines (10 loc) · 342 Bytes

ToDoList

A simple web ToDo list made with HTML, Javascript and CSS. It saves tasks to local storage so they can be reloaded after the browser is closed.

Users can:

  • add, complete and delete tasks
  • add subtasks
  • change colour of tasks
  • set due date for task
  • repeat tasks

See example at: https://blippy2019.github.io/ToDoList/