mori913 / NBA

Home Page:nba-gules.vercel.app

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

NBA Champion Prediction

This is the front-end part of NBA Champion Prediction.

Usage

This projects depends on the basic JavaScript package manager of npm, which means you need to set up "npm".

Then you can start the

git clone https://github.gatech.edu/CSE6242DVA/NBA.git
cd NBA
npm install
npm run dev

To deploy the project in cloud, you can run the following commands, and use the static files underbuild

npm run build

Stack

  • Next.js - A React framework with hybrid static & server rendering, and route pre-fetching, etc.
  • Chakra UI - A simple, modular and accessible component library for React
  • D3.js -D3.js is a JavaScript library for manipulating documents based on data.
  • NBA.js - A Node.js library for current and historical NBA stats, scores, and data.

Project structure

$PROJECT_ROOT
│   # Static files for readme
├── doc
│   # Page files
├── pages
│   # React component files
├── components
│   # Non-react modules
├── lib
│   # Static files for images
└── public
│   # Static files for data visual analytics
└── data

License

MIT License.

You can create your own analytical website for free without notifying me by forking this project under the following conditions:

  • Add a reference to this repository
  • Do not use the data under the director data

About

nba-gules.vercel.app


Languages

Language:Jupyter Notebook 73.4%Language:JavaScript 26.6%