Skip to content

A progressive web app dedicated to providing user-friendly NBA schedules, box scores, play-by-play data and more.

License

Notifications You must be signed in to change notification settings

pravinthan/nba-visualizer

Repository files navigation

NBA Visualizer

A progressive web app dedicated to providing user-friendly (mobile and desktop) NBA schedules, box scores, play-by-play data and more.

Check out the schedule and you can click on the score to see preview and recap articles, full box score and play-by-play data.

Table of Contents

Running This Project on a Local Machine

Download this repository and run the following command to install all necessary node modules:

$ npm i

Then run the following command to build and serve the app:

$ npm run start-dev

The app can be found on http://localhost:4200 while the server can be found on http://localhost:4201.

Screenshots

Schedule

Schedule

Can be accessed here.

Box Score

Box Score

Can be accessed by navigating to a live/completed game and clicking on the score.

Play-by-Play

Play-by-Play

Can be accessed by navigating to a live/completed game and clicking on the score.

Play-by-Play Video Highlights

Play-by-Play Video Highlights

Can be accessed by navigating to the play-by-play tab and clicking on a filled circle.

License

MIT © Pravinthan Prabagaran.