Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/patrice-h/sport-see
- Owner: Patrice-H
- Created: 2022-05-30T14:47:42.000Z (over 2 years ago)
- Default Branch: main
- Last Pushed: 2023-10-02T16:43:48.000Z (over 1 year ago)
- Last Synced: 2023-10-02T22:13:54.638Z (over 1 year ago)
- Topics: react-router-v6, reactjs, recharts, wiki, work-with-api
- Language: JavaScript
- Homepage:
- Size: 2.75 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
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.