Skip to content

Using React and React-Vis to create a web page which draws a line chart of points scored over time for user-selected NBA team(s)

Notifications You must be signed in to change notification settings

BillyTseng/nba-season-explorer

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

14 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

NBA Season Explorer

Features

  • Ability to select multiple teams. Draw multiple lines on the same chart
  • Ability to show only points scored as visitor, home or both
  • Refresh the chart immediately when user changes the filter
  • Provide a simple text area where the user can paste the data to plot

Prerequisite

  1. Install Node.js LTS from https://nodejs.org/en/
  2. In the project directory, run: npm install

Execution

In the project directory, run:

npm start

Runs the app in the development mode.
Open http://localhost:3000 to view it in the browser.

About

Using React and React-Vis to create a web page which draws a line chart of points scored over time for user-selected NBA team(s)

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published