a simple Todo List App using React Hooks, Context and Material-UI
- No Redux
- No class components
- Uses
Context
to share a global_state(Store) - Uses
useReducer
to manage state actions useState
to create local stateusePersist
(custom hooks) the state to localStorage- Light/Dark theme
Fist, fork the repo and clone to your local. Enter folder project by cmd and run
npm install
# or
yarn
npm start
# or
yarn start
MIT Licensed