brahimdidi / Todolist-App

In this project I will create a simple app that allows users to input and remove what hey plan to do.
3 stars 0 forks source link

initital commit #4

Closed brahimdidi closed 2 years ago

brahimdidi commented 2 years ago

In this project I will build an app where users can enter the wishing list to be done using js and by webpack.

Requierments

Add a 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.