AbeeraTahir / To-Do-list

To-Do-list is a website, created with JavaScript, that helps the users to organize and manage their routine tasks. User can add a task to the list, remove a task, and clear all completed tasks.
MIT License
3 stars 0 forks source link

To Do list: add and remove tasks #2

Closed AbeeraTahir closed 1 year ago

AbeeraTahir commented 1 year ago

In this PR regarding the to-do-list project, I have implemented the following functionalities:

Add task:

Delete task:

Edit task:

All changes to the To Do List are saved in local storage.