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

To Do list with interactive list #14

Open aster-alemu opened 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. It contain methods related to the status updates (completed: true / false).
  3. Add event listener to the checkbox (change).
  4. Update items object's value for completed key upon user actions.
  5. Implement a function for the "Clear all completed" button.
  6. Store the updated array of items in local storage, so the user gets the correct list values after the page reloads.