To-DoER is a productivity app that helps you manage your tasks. This is a single-page application built with React and Firebase.
-
Clone the repo in your terminal by clicking the green CODE button at the top right and copy the URL.
-
In your terminal, type
git clone URL
.- replace URL with the url you copied.
- hit enter.
-
This will copy all the files from this repo down to your computer.
-
In your terminal, cd into the directory you just created.
-
Type
npm install
to install all dependencies. -
Last, but not least, type
npm start
to run the app locally. -
To look at the code, just open up the project in your favorite code editor.
Note: Firebase API would have expired, so you would have to setup your own firebase database.