Skip to content

Latest commit

 

History

History
22 lines (13 loc) · 546 Bytes

README.md

File metadata and controls

22 lines (13 loc) · 546 Bytes

App ToDo in JavaScript

Features

  • classic app 'todo'
  • app made in JavaScript

What does the app todo do

  • add task to list of tasks
  • show tasks as list
  • marking tasks as completed - by through task
  • delete chosen task
  • app remember todo list in browser (refreshing the page doesn't cause any data loss)
  • you can create several apps todo - each of then will be remember its own data

link to app - you can try app

App ToDo