issues
search
edahigure
/
to-do-list
This is an activities organizer. Or a to-do-list app. You can add, check , and delete activities from the local storage
0
stars
0
forks
source link
Interactive list
#4
Closed
edahigure
closed
1 year ago
edahigure
commented
1 year ago
Add a new JavaScript file and import it as a module: it will 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 (use filter() method).
Store the updated array of items in local storage, so the user gets the correct list values after the page reloads.