Skip to content

Latest commit

 

History

History
43 lines (31 loc) · 1.12 KB

README.md

File metadata and controls

43 lines (31 loc) · 1.12 KB

React Todoist 📋

https://react-todoist-roan.netlify.app

Task manager built with React, which consumes a Todoist REST API

Main

Features

  • Auth
  • CRUD Projects
  • CRUD Tasks
  • Undo task close

Technologies

How to execute

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