issues
search
AnsarIbrahim
/
To-do-list-new
"To-do list" is used to lists the things that you need to do and allows you to mark them as complete. This is built using ES6 and Webpack!
https://ansaribrahim.github.io/To-do-list-new/dist/
MIT License
3
stars
0
forks
source link
interactive-list
#3
Closed
AnsarIbrahim
closed
1 year ago
AnsarIbrahim
commented
1 year ago
This PR contains:
Add a new JavaScript file and import it as a module✅
it will contain methods related to the status updates ✅
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 (use filter() method).✅
Store the updated array of items in local storage, so the user gets the correct list of values after the page reloads✅
AnsarIbrahim
commented
1 year ago
Thank-you
This PR contains: