Skip to content

Dashboard to track workout progress built with React.

Notifications You must be signed in to change notification settings

Mat2dr/p12_sportsee

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

26 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

SPORTSEE - P12 Openclassrooms

This project was made with Create React App, Recharts, Axios, JsDoc.

Node: v16.17.0

First: setup the back-end

Download or clone the back-end's repository : git clone https://github.com/Mat2dr/P9-front-end-dashboard.git

Install dependencies :

npm install

Launch the back-end on the port 3000:

npm start --port 3000

Second: setup the Front-end

Clone this repository : git clone https://github.com/Mat2dr/p12_sportsee.git

Install dependencies:

 npm install

Launch the Front-end on the port 3001:

npm start --port 3001

Front-end is now rendered at URL http://localhost:3001.

To finish you can build the project:

npm run build

About

Dashboard to track workout progress built with React.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published