https://github.com/hiswe/sport-see
https://github.com/hiswe/sport-see
Last synced: 3 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/hiswe/sport-see
- Owner: Hiswe
- Created: 2022-03-15T19:08:52.000Z (over 4 years ago)
- Default Branch: main
- Last Pushed: 2022-03-15T22:32:02.000Z (over 4 years ago)
- Last Synced: 2025-02-03T22:32:49.572Z (over 1 year ago)
- Language: JavaScript
- Size: 561 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# SportSee
SportSee is an application for see you sport statistics, calculate calories in your meals and more. Sportsee also includes device motion sensor to monitor all of your exercise data and food nutrition in real time. Get fit, look good and feel great!
## Prerequisites
[Node.js (v16.13.1)](https://nodejs.org/en/)
- [Recommended IDE (Visual Studio Code)](https://code.visualstudio.com)
## Installing and launching back-end
Clone the repository of SportSee back-end:
`git clone https://github.com/alevsametoglu/P9-front-end-dashboard`
Inside this back-end repository, install dependencies:
`npm install`
Launch back-end on port 3000 (default port):
`npm run start`
### Installing and launching front-end
clone the repository of SportSee front-end:
`git clone https://github.com/alevsametoglu/AlevSametoglu_P12_2102222.git`
Inside this front-end repository, install dependencies:
`npm install`
Launch front-end on port 3001:
`npm start`
Front-end is now rendered at URL `http://localhost:3001`.
## Dependencies
| Name | Version |
| ---------------- | ------- |
| react | 17.0.2 |
| react-dom | 17.0.2 |
| react-router-dom | 6.2.1 |
| react-scripts | 5.0.0 |
| recharts | 2.1.8 |
| jsdoc | 3.6.10 |
| Better Docs | 2.7.1 |