csimon-web / sportsee

SportSee: react physical exercises statistics project

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

SportSee: react physical exercises statistics project

Contributors Forks Stargazers Issues

About The Project

Sportsee app screenshot

This project was realized during my training as a javascript/react developer for a fictitious company wanting to create a web application dedicated to physical exercises.

This web application had to respect a given mock up.

It had to be developed with React and D3 or Recharts (libraries enabling to display graphs), and use the data about the physical exercises of a user from an API.

Built With

  • HTML, CSS, Javascript
  • React, React Router, Recharts
  • Git
  • VS Code

Getting Started

To get a local copy up and running follow these simple steps.

Prerequisites

  • Git
  • Yarn

Installation

  1. Open a terminal

  2. Clone the repo of the back end project

git clone https://github.com/csimon-web/sportsee-backend.git
  1. Go to this back end project directory
cd sportsee-backend
  1. Install the dependencies of this project
yarn install
  1. Launch this back end project
yarn dev
  1. Open a new terminal

  2. Clone this repo

git clone https://github.com/csimon-web/sportsee.git
  1. Go to this project directory
cd sportsee
  1. Install the dependencies of this project
yarn install
  1. Launch the project
yarn start
  1. Open http://localhost:3000 to view the result in your browser.

Usage

In this project, you can only access to the home page displaying the data. However, you can choose to display the data from the API or from a json file. The displayed result will be the same as, the data are the same.

Contact

Christophe Simon: personnal website

Project Link: https://github.com/csimon-web/sportsee

Acknowledgements

  • This readme version is a customized version of this github repository by NicolasBrondin

About

SportSee: react physical exercises statistics project


Languages

Language:JavaScript 73.2%Language:CSS 21.2%Language:HTML 5.6%