Skip to content

dimitriost1/react-todo

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published