Skip to content

Latest commit

 

History

History
executable file
·
25 lines (15 loc) · 687 Bytes

README.md

File metadata and controls

executable file
·
25 lines (15 loc) · 687 Bytes

React Project Timer App

This is a small example React application where users can run timers on study projects. The status of the timers are written to a JSON file through node API endpoints. This is part of my Full Stack React study.

Running the app

  1. Ensure you have npm installed.

Follow the instructions for your platform here.

  1. Install all dependencies:
npm install
  1. Boot the HTTP server
npm run server

The server is now running at localhost:3000

screenshot.png