Skip to content

voytek98/react-todo-app

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

17 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Yet another ToDo App!

preview

Main features:

  • add, remove and edit tasks from the list;
  • can be used offline - PWA;
  • responsiveness;
  • localstorage is used for storing tasks;
  • every component is function based;
  • context, reducers and hooks were used for state management;

Libraries:

  • React - building ui;
  • Material-UI - styling components;
  • uuid library - creating unique ID's of components;

Made with create-react-app

Releases

No releases published

Packages

No packages published