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
- Host: GitHub
- URL: https://github.com/fullstack-dev3/react-time-tracking-app-sample
- Owner: fullstack-dev3
- Created: 2022-07-23T08:19:46.000Z (about 3 years ago)
- Default Branch: master
- Last Pushed: 2023-08-10T06:23:30.000Z (about 2 years ago)
- Last Synced: 2025-01-05T05:26:19.564Z (9 months ago)
- Topics: css, html, javascript, reactjs, time-tracking-app
- Language: JavaScript
- Homepage: https://react-time-tracking-app-sample.vercel.app
- Size: 1.62 MB
- Stars: 2
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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)