SportSee is a React project where the goal is to create a dashboard for a nutrition and sports monitoring web application using data from an API.
This project is developed with:
23/05/2022: The application currently use React version 17.0.2 due to a conflict with Recharts v2.1.9
Clone the repository
git clone https://github.com/leolegrand/sportsee
Install the dependencies/npm packages
npm install
Run the project
npm start
By default the server is hosted on http://localhost:3000
https://github.com/OpenClassrooms-Student-Center/P9-front-end-dashboard
for more information about the configuration and instalation of the back-end, please refer to the back-end README