Skip to content

Latest commit

 

History

History
14 lines (8 loc) · 444 Bytes

README.md

File metadata and controls

14 lines (8 loc) · 444 Bytes

todo list in OOP JavaScript

Features of app

  • code made in JavaScript in OOP using class
  • todo list can: add task, delete task, check as done or not
  • classes defined in separate files
  • tasks remember in localStorage so you can refresh browser without loosing your data
  • form with validation and counts entered characters
  • link to app - todo list