A web application that uses the To-Do API keep's track of a specific user's to-do list even after refreshing the page or making changes to the list.
This project is hosted on Heroku at Persistent-To-Do-App
-
Clone this Repository:
git clone
this repo into a local directory using your Terminal.- For ssh key:
git clone git@github.com:sdhani/Persistent-To-Do-App.git
- For https:
git clone https://github.com/sdhani/Persistent-To-Do-App.git
- For ssh key:
-
Install project dependencies
cd Persistent-To-Do-App npm install
-
Run program (in root directory)
- Run start script
npm start
- Run with nodemon
nodemon app.js
- Run start script
-
Go to
localhost:3000
in your browser to interact with the program!