- 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.
https://github.com/Isha988/To-Do-App
Enter a task in top Input and Enter
Enter the sub task in right input and Enter
On task completion, mark it checked
To edit a task, click edit icon next to it, a form appear.
Hit enter to save
To delete a task, click cross icon next to it.
To undo a task, mark it unchecked
To delete all sub task of a particular task at once, open the task and click bin icon on its header.