Startup dedicated to sport coaching.
Create a new user account page including an Anallytics dashboard of the user data
- NodeJS (version 12.18) to run npm command
-
Clone the Github repo
git clone https://github.com/Jerune/Sport-See
-
Install the dependencies by running the command
npm i
(ornpm install
) -
Launch the React App on port 3000 (http://localhost:3000) by running the command
npm start
Runs the app in the development mode.
Open http://localhost:3000 to view it in your browser.
The page will reload when you make changes.
You may also see any lint errors in the console.
There are 2 users available in the API (user 12 & user 18)
This project uses a few scripts and libraries to be able to function correctly:
Styles are compiled using Sass. Every component has its own Sass file.
All Charts are comfigured using the Recharts library. For documentation please refer to the [https://recharts.org/en-US/api](recharts.org official documentation)
The project uses a combination of ESLint & Prettier in the eslint-plugin-prettier extention for cleaner code. ESLint is configured as Create-React-App standards.
This project was bootstrapped with Create React App.