SportSee is an application dedicated to sports. It allows users to view in real time the number of sessions performed, the number of calories burned and many other information to monitor sports performance.
- initializing a web application with ReactJS
- creating components with React
- developing routes for a web application with React Router
- using Recharts to display the data
- API call
- NodeJS
- login with user id : 12 or 18
- git clone https://github.com/OTH21DEV/OxanaTheis_12_20062022.git
- npm install
- npm start
- open http://localhost:3000 to view it in the browser
- git clone https://github.com/OpenClassrooms-Student-Center/P9-front-end-dashboard.git
- read the documentation on readme to launch API with Docker or NPM
- indicate the user's id in the form (actually available 12 | 18)
- to use mocked data, add in url "?mocked=true" (ex: http://localhost:3002/user/12?mocked=true )
- HTML
- CSS (Styled Components)
- Javascript
- React
- Recharts
- Visual Studio Code
- Git
- ESLint
- Prettier