Skip to content

frekans7/react-hooks-todo-app

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

9 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

React Hooks Todo List App

a simple Todo List App using React Hooks, Context and Material-UI

Architectural features of the application

  • No Redux
  • No class components
  • Uses Context to share a global_state(Store)
  • Uses useReducer to manage state actions
  • useState to create local state
  • usePersist(custom hooks) the state to localStorage
  • Light/Dark theme

Install

Fist, fork the repo and clone to your local. Enter folder project by cmd and run

npm install
# or
yarn

Run

npm start
# or
yarn start

Preview

TodoListApp

License

MIT Licensed