Cherchercher / leaderboard

Leaderboard - React.js

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Leaderboard

This React.js web app shows leaderboard and related statistics based on json data downloaded from pipedrive API

Setup

npm install

Running locally

npm start

Your app should now be running on localhost:3000

Features

  1. Show a list of all creators sorted by highest open status first and won status second.

  2. Show distribution of deals by count or value grouped by status (open, close, won)

  3. Show a list of open deals sort by value

  4. Show details of deals distribution and most valuable open deals under each creator

References

https://github.com/facebook/create-react-app

https://codesandbox.io/s/react-d3-pie-chart-s7kf7?file=/src/AnimatedPieSVG.js

https://caniuse.com/#feat=flexbox

Limitations

Flexbox is not supported in certain browser version (see reference)

About

Leaderboard - React.js


Languages

Language:JavaScript 74.4%Language:HTML 13.2%Language:CSS 12.4%