An open API service indexing awesome lists of open source software.

https://github.com/fullstack-dev3/react-time-tracking-app-sample

Time Tracking App by React.js
https://github.com/fullstack-dev3/react-time-tracking-app-sample

css html javascript reactjs time-tracking-app

Last synced: 8 months ago
JSON representation

Time Tracking App by React.js

Awesome Lists containing this project

README

          

# React Application for time tracking

Visit the site here: https://custom-time-tracking.netlify.app

## Running the app

1. Ensure you have `npm` installed.

Follow the instructions for your platform [here](https://github.com/npm/npm).

2. Install all dependencies:

````
npm install
````

3. Boot the HTTP server

````
npm run server
````

The server is now running at [localhost:3000](localhost:3000)