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
To Do list with interactive list
#14
Open
aster-alemu
opened
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:
It contain methods related to the status updates (completed: true / false).
Add event listener to the checkbox (change).
Update items object's value for completed key upon user actions.
Implement a function for the "Clear all completed" button.
Store the updated array of items in local storage, so the user gets the correct list values after the page reloads.
In this PR, I have been doing the following activities