madewithpat / todoist-clone-web

The front end web app for the Todoist clone project
2 stars 0 forks source link

Todoist Clone

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.

Getting started

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.