This project is a user add the lists of the tasks, and the website has a features of editing , delete and store the data to local storage using webpack to structure To-do-list app. It is a minimal implementation of a To Do list
After the clone, the project on the local machine uses this command
npm install
npm run build
The project has the following features
I can Add event listeners to the checkbox. when clicking the check box checkbox change checked and line through over the text
this is the screenshot
I can Update the item's object's value for the completed key upon user actions. which is the user wants to edit the value click the edit icon and updated the value.
initial
After updated
other work also on local storage the user completed delete the value it's updated on the local storage.
before delate on the local storage Arrays
After delete on the local storage Arrays
I Implemented a function for the "Clear all completed" button.
this is the code
Store the updated array of items in local storage, so the user gets the correct list values after the page reloads.
before delate on the local storage Arrays
After delete on the local storage Arrays
when the user Adds the display of the existing list notification.
The project has the following features