BillyTseng / nba-season-explorer

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)

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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)


Languages

Language:JavaScript 86.3%Language:HTML 9.3%Language:CSS 4.3%