https://github.com/mathhetru/p12_sportsee
Create an analytics dashboard with React
https://github.com/mathhetru/p12_sportsee
fetch javascript react recharts sass vite
Last synced: about 1 month ago
JSON representation
Create an analytics dashboard with React
- Host: GitHub
- URL: https://github.com/mathhetru/p12_sportsee
- Owner: mathhetru
- Created: 2024-01-22T13:43:17.000Z (over 2 years ago)
- Default Branch: master
- Last Pushed: 2024-04-02T10:20:23.000Z (about 2 years ago)
- Last Synced: 2025-02-16T03:20:30.689Z (over 1 year ago)
- Topics: fetch, javascript, react, recharts, sass, vite
- Language: JavaScript
- Homepage: https://mathhetru-p12-sportsee.netlify.app
- Size: 451 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# P12 SportSee
> Le projet 12 de la formation Openclassrooms Développeur Front-end "Développez un tableau de bord d'analytics avec React"
> 12th project of Front-end Web Developper training by OpenClassrooms "analytics dashboard with React"
Powered with :
- ReactJs
- Vite
To run this project, you will need:
```
NodeJs
npm
```
### Netlify Link
https://mathhetru-p12-sportsee.netlify.app
### Figma Link
https://www.figma.com/file/BMomGVZqLZb811mDMShpLu/UI-design-Sportify-FR?type=design&node-id=0-1&mode=design&t=Co3hflW1BFdsU920-0
### User Stories
https://openclassrooms.notion.site/Tableau-de-bord-SportSee-6686aa4b5f44417881a4884c9af5669e
### For run the project
Clone the project
```bash
git clone https://github.com/mathhetru/P12_SportSee.git
```
Go to the project directory
```bash
cd P12_SportSee
```
Install dependencies
```bash
npm install
```
If you have any trouble, check and update every package with `npm install -g npm-check-updates`.
## Start the Backend
```bash
cd ./backend
yarn run dev
```
## Start the frontend
```bash
cd ./frontend
npm run dev
```
You can go to http://127.0.0.1:5173 and enjoy !