aster-alemu / To-Do-List-Projetc

This project is developed using HTML, CSS and Javascript. It is used to add, remove, delete and update todolist
3 stars 0 forks source link

Todo list with interactive list #5

Closed aster-alemu closed 2 years ago

aster-alemu commented 2 years ago

In this PR, I have been doing the following activities

  1. Add a new JavaScript file and import it as a module
  2. Add event listener to the checkbox
  3. Update items object's value for completed key upon user actions.
  4. Implement a function for the "Clear all completed" button using filter() method.
  5. Store the updated array of items in local storage, to able the user gets the correct list values after the page reloads.