Skip to content

abdotop/graphql

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

GraphQL

You will have to create a profile UI where you can see your own school information. This information/data is present on the GraphQL endpoint, where you will have to query it.

The UI design is up to you. However, it must have a statistic section where you can generate graphs to see more about your journey and achievements on the school. This graphs must be done using SVG. You need to do at least two different statistic graphs for the data given. Bare in mind the principles of a good UI.

Using SVG you can create several types of graphs including interactive graphs and animated graph. It will be up to you to decide what type of graphs you are going to do.

Here are some possible combinations for the creation of the graphs:

XP earned in a time period (progress over time) XP earned by project Audit ratio Projects PASS and FAIL ratio Piscine (JS/Go) stats PASS and FAIL ratio Attempts for each exercise Any other information you desire to display is welcome and will be noted.

Prérequis

  • Node.js
  • npm

Installation

  1. Clonez le dépôt.
  2. Installez les dépendances en exécutant la commande suivante:
npm install

Démarrage rapide

  1. Exécutez la commande suivante pour lancer le serveur de développement:
npm run dev
  1. Ouvrez votre navigateur et accédez à l'URL suivante:
http://localhost:5173

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published