- React.js with Vite
- Window.localStorage
- Click Add button to add new items in the list (and in localStorage the same time).
- Click the Clear List button to clear the list and the correspondent localStorge.
- Click in an item to mark/unmark it as completed.
- Click Update button and then click in the item to edit it. When you finish editing, click Save button to save the changes in the list and in localStorage
- Click x button, to remove the item from the list and localStorage.
Live demo is here