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

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

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 !