It uses Context API to manage state data, localStorage to store todos.
- ➕ Add todo
- 🗑️ Delete todo
- ☑️ Mark/unmark as done
- ⚙️ Filter todos
- Clone this reporepository by running
git clone https://github.com/liudrinschieugen/todo-context.git
. - cd into the project folder and run
npm i
ORyarn
. - Run
npm start
oryarn start
to start the development server.