Skip to content

Latest commit

 

History

History
62 lines (33 loc) · 1.66 KB

README.md

File metadata and controls

62 lines (33 loc) · 1.66 KB

📝 To Do App

  • This is a to-do application, made with HTML, CSS and JavaScript.
  • It uses browser local storage for storing the list items.
  • It has all CRUD functionalities and sub task list option.
  • It is completely responsive.

🌐 Hosted At

https://github.com/Isha988/To-Do-App

🚶‍♀️ Walk through the project

  • Index Page

Index Page

  • Create Task

Enter a task in top Input and Enter

Task Created

  • Adding sub list to task

Enter the sub task in right input and Enter

Sub task Created

  • Sub task completed

On task completion, mark it checked

Sub task Completed

  • Edit Task and sub task

To edit a task, click edit icon next to it, a form appear.

Edit task form

Hit enter to save

Task Editted

  • Delete Task

To delete a task, click cross icon next to it.

Task Deleted

  • Undo a sub task

To undo a task, mark it unchecked

Task Undone

  • Delete all sub task at once

To delete all sub task of a particular task at once, open the task and click bin icon on its header.

All Sub task deleted