issues
search
aster-alemu
/
To-Do-List-Projetc
This project is developed using HTML, CSS and Javascript. It is used to add, remove, delete and update todolist
3
stars
0
forks
source link
Todo list with interactive list
#5
Closed
aster-alemu
closed
2 years ago
aster-alemu
commented
2 years ago
In this PR, I have been doing the following activities
Add a new JavaScript file and import it as a module
Add event listener to the checkbox
Update items object's value for completed key upon user actions.
Implement a function for the "Clear all completed" button using filter() method.
Store the updated array of items in local storage, to able the user gets the correct list values after the page reloads.
In this PR, I have been doing the following activities