This is part of a self-ed project that clones the UI and functionality of Todoist. This specific repository holds the front end web app for the project.
This project was bootstrapped with Create React App.
To run locally, start by cloning this repo and installing dependencies
git clone https://github.com/poutler/todoist-clone-web
cd ./todoist-clone-web
yarn
From there, you can use the scripts provided by Create React App to run, test, build, and deploy.