a simple Todo List App using React Hooks, Context and Material-UI
- No Redux
- No class components
- Uses
Contextto share a global_state(Store) - Uses
useReducerto manage state actions useStateto 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
yarnnpm start
# or
yarn startMIT Licensed
