Giter Club home page Giter Club logo

sportsee's Introduction

SportSee

Projet fictif de formation | OpenClassrooms

Personnal Dashboard dashboard

PROBLEMATIQUE

Créer un tableau de bord analytique de performances sportives et indicateurs physiologiques

BESOIN

Afficher les données utlisateur sous forme de graphique

Compétences développées

  • Récupérer les données depuis l'API
  • Manipuler / Corriger les données selon le besoin
  • Repésenter graphiquement les données
  • Développer des Routes imbriquées
  • Gérer les différents cas liés à la réponse de la requête API
  • Développer une logique de code partitionné dans des composants réutilisables

Ressources fournies

Bibliothèques

REACT
RECHART
AXIOS

Installation

Editeur recommandé

Prérequis

  • Git pour cloner les repos
  • nodeJS (version 14.18.1) pour exécuter les commandes
  • npm (version15.5.2) pour lancer l'application (front-end)
  • Yarn pour lancer l'API (back-end)

Dépendances

Etape 1 : Lancement du back-end

  • Cloner le repo du back-end : git clone https://github.com/Fourcaud/sportsee.git
  • Aller dans ce dossier : cd backend
  • Installer ses dépendances : yarn
  • Le lancer sur le port 3000 (par défaut) : yarn dev

Etape 2 : Lancement du front-end

  • Cloner le repo du front-end : git clone https://github.com/Fourcaud/sportsee.git
  • Aller dans ce dossier : cd frontend
  • Installer ses dépendances : npm install
  • Le lancer sur le port 3001 : npm start
URL de visualisation du rendu web : http://localhost:3001
l'API de SportSee fournit des données pour les utilisateurs d'id 12 et 18

Installation (english version)

Recommanded IDE

Prerequisites

  • Git to clone repositories
  • nodeJS to run commands
  • npm to run application
  • Yarn to run back-end

Dependances

Step 1 : Installing and launching back-end

  • Clone the back-end repository : git clone https://github.com/Fourcaud/sportsee.git
  • Move to this folder : cd backend
  • Install dependencies: yarn install
  • Launch back-end on port 3000 (default port): yarn dev

Step 2 : Installing and launching front-end

  • Clone the front-end repository : git clone https://github.com/Fourcaud/sportsee.git
  • Move to this folder : cd frontend
  • Install dependencies : npm install
  • Launch front-end on port 3001: npm start
Front-end is now rendered at URL http://localhost:3001
SportSee API only contains data for users with id 12 and 18

sportsee's People

Contributors

fourcaud avatar

Watchers

 avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.