Skip to content

Project 12 of OpenClassrooms training "Développeur d'application - JavaScript React"

Notifications You must be signed in to change notification settings

EPourmo/build-an-analytics-dashboard-with-react

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

53 Commits
 
 
 
 
 
 

Repository files navigation

sportsee

Build an analytics dashboard with react

Project description

This project is part of OpenClassrooms "Développeur d'application - JavaScript React" training.

The goal of this project is to create a user dashborad using Recharts and the provided API. The backend was provided and its documentation are available in this github repository.

User Stories are available here. Figma file was provided here.

🔗 Online Deployment

Netlify

🛠 Tech Stack

React Vite TailwindCSS

Badges

GitHub last commit

Run Locally

1. Prerequisite

It is highly recommended to use nvm in order to switch easily NodeJS version. Indeed, this project uses Vite and Vite requires Node.js version 14.18+, 16+.

2. Installation

First of all, clone this repo on your computer

git clone https://github.com/EPourmo/build-an-analytics-dashboard-with-react.git

2.1 Back end

Go to the back end folder and install all dependencies

npm install

or

 yarn install

Then run the script

npm run dev

or

 yarn run dev

The data is accessible at http:https://localhost:3000/. For example, to have user 18 main data, you can have access with http:https://localhost:3000/user/18.

2.1 Front End

After running the back end, go to the front end folder and install all dependencies

npm install

or

 yarn install

Then run the script

npm run dev

or

 yarn run dev

The front end data will be accessible at the localhost logged on your terminal.

Features

About

Project 12 of OpenClassrooms training "Développeur d'application - JavaScript React"

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages