Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/patrice-h/sport-see


https://github.com/patrice-h/sport-see

react-router-v6 reactjs recharts wiki work-with-api

Last synced: about 2 months ago
JSON representation

Awesome Lists containing this project

README

        

![logo](https://github.com/Patrice-H/PatriceHochard_12_30052022/blob/main/src/assets/logo.png)

#

This is project #12 of the OpenClassrooms "Front End Developer" cursus.
The aim of the project is to develop an analytic dashboard with React.

## Documentation

provided by OpenClassrooms:

- [Figma](https://www.figma.com/file/BMomGVZqLZb811mDMShpLu/UI-design-Sportify-FR?node-id=0%3A1)
- [Kanban](https://www.notion.so/Tableau-de-bord-SportSee-6686aa4b5f44417881a4884c9af5669e)

## Installation

This project work with an API

### 1. Install the API

- Fork the repository [here](https://github.com/OpenClassrooms-Student-Center/P9-front-end-dashboard)
- Clone it on your computer.
- Use yarn or npm to install the dependencies.

```bash
#yarn
yarn
#npm
npm install
```

- Use yarn or npm to run the micro API

```bash
#yarn
yarn dev
#npm
npm run dev
```

- Open [http://localhost:3000](http://localhost:3000) to view it in the browser.

### 2. Install the application

- Fork this very repository [here](https://github.com/Patrice-H/PatriceHochard_12_30052022)
- Clone it on your computer.
- Use yarn or npm to install the dependencies.

```bash
#yarn
yarn
#npm
npm install
```

- Use yarn or npm to start the development server

```bash
#yarn
yarn start
#npm
npm start
```

- Open [http://localhost:3001](http://localhost:3001) to view it in the browser.