- React
- react-router-dom
- recharts
- styled-components
- axios
- prop-types
- Recommended text editor: Visual Studio Code
- Get the backend
- This project uses an API available here.
- There are 2 users available, their URL are
http://localhost:3000/user/12
http://localhost:3000/user/18
- Clone this repository
git clone https://github.com/FlorysiakSimon/SportSee
- Install NPM packages
npm i
- Run the project (port 3001 by default)
npm start