issues
search
khitermedachraf
/
To-Do-list
An app to manage tasks. A user can add, delete and edit a task and mark it as completed, It uses a simple GUI and relies on DOM manipulation in pure JS and using local storage.
https://khitermedachraf.github.io/To-Do-list/dist/index.html
MIT License
6
stars
0
forks
source link
Implement some functionality to make my application interactive like: mark task completion and clear completed ones
#3
Closed
khitermedachraf
closed
2 years ago
khitermedachraf
commented
2 years ago
In this pull Request I fulfilled the following 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 the item's object's value for the
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.
khitermedachraf
commented
2 years ago
Thank you my code reviewer @elmar8287 🙏.
In this pull Request I fulfilled the following requirements🔥✔:
completed
:true
/false
).change
).completed
key upon user actions.filter()
method).