https://react-todoist-roan.netlify.app
Task manager built with React, which consumes a Todoist REST API
- Auth
- CRUD Projects
- CRUD Tasks
- Undo task close
Prerequisites npm / yarn
# clone the repository
git clone https://github.com/roanrobersson/todoist-react
# enter the project folder
cd todoist-react
# install dependencies
npm install
# execute the project
yarn dev