Skip to content

An interactive visualization that allows users to learn when Curry's performance helped Golden State Warriors win games in the 2019 NBA playoffs

Notifications You must be signed in to change notification settings

leandrocollares/with-or-without-curry-playoffs

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

With or without Curry? - Playoffs

The visualization comprises a bar chart and a histogram, and was implemented with React and D3. React renders the visualization components, whereas D3 handles data and axis calculations.

The bar chart depicts points scored in each Golden State Warriors game of the 2019 NBA playoffs. Hovering over a bar causes a tooltip containing additional game information to be displayed. The histogram shows the number of games in which Stephen Curry's performance was within each point interval. Selecting a point range in the histogram makes the bar chart display games in which the number of points made by Curry fell within said range.

Amelia Wattenberger's hook was used to make charts responsive, whereas Peter Beshai's code, which relies on react-popper, was employed to prevent tooltips from being clipped. Susie Lu's react-annotation was used to render annotations.

This project was bootstrapped with Create React App.

Getting started

  • Clone or download the repository

  • Navigate to the project directory: cd with-or-without-curry-playoffs

  • Install dependencies: npm install

  • Run the app in development mode: npm start

Please refer to the Create React App documentation for further information.

Data source

Basketball Reference

About

An interactive visualization that allows users to learn when Curry's performance helped Golden State Warriors win games in the 2019 NBA playoffs

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published