Skip to content

Latest commit

 

History

History
18 lines (14 loc) · 407 Bytes

README.md

File metadata and controls

18 lines (14 loc) · 407 Bytes

Todo_List

#ApplicationUse:

  1. create a todo task
  2. delete created task
  3. delete all tasks together
  4. delete selected task together
  5. mark task complete
  6. filter all tasks/ completed tasks/ pending tasks

#tech_stack HTML/CSS/JS

#How to run App:

  1. download & extract in folder
  2. open folder with VS code
  3. install live server in vs code
  4. right click on index.html file & open with live server