Skip to content

Latest commit

 

History

History
18 lines (12 loc) · 618 Bytes

README.md

File metadata and controls

18 lines (12 loc) · 618 Bytes

React Todo List

Technology used:

  • React.js with Vite
  • Window.localStorage

Functionality:

  • 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