issues
search
damdafayton
/
to-do-list
app["web"]: "to-do list application"
https://damdafayton.github.io/to-do-list/dist
1
stars
0
forks
source link
Interactive lists
#3
Closed
damdafayton
closed
2 years ago
damdafayton
commented
2 years ago
Project requirements
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.
Project requirements