issues
search
roshan-bajgain
/
webpack-setup
To-Do List project is the application for a to-do list, users can add and remove tasks from the to-do list. Mark tasks as completed. Users can delete all completed tasks at once.
MIT License
8
stars
0
forks
source link
Interactive-list
#8
Open
roshan-bajgain
opened
2 years ago
roshan-bajgain
commented
2 years ago
Interactive-list
Add new JavaScript files 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.
Store the updated array of items in local storage, so the user gets the correct list values after the page reloads.
Interactive-list