Skip to content

✏️ A web application that keep's track of a specific user's to-do list even after refreshing the page or making changes to the list.

Notifications You must be signed in to change notification settings

sdhani/persistent-to-do-app

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

✏️ Persistent-To-Do-App

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.

Hosted on Heroku

This project is hosted on Heroku at Persistent-To-Do-App

Install Instructions

  1. 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
  2. Install project dependencies

    cd Persistent-To-Do-App
    npm install
    
  3. Run program (in root directory)

    • Run start script npm start
    • Run with nodemon nodemon app.js
  4. Go to localhost:3000 in your browser to interact with the program!

About

✏️ A web application that keep's track of a specific user's to-do list even after refreshing the page or making changes to the list.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published