https://github.com/nowke/cricviz
Cricket data analysis/visualizations
https://github.com/nowke/cricviz
cricket-data data-visualization reactjs
Last synced: 2 months ago
JSON representation
Cricket data analysis/visualizations
- Host: GitHub
- URL: https://github.com/nowke/cricviz
- Owner: nowke
- Created: 2019-05-05T17:35:33.000Z (about 7 years ago)
- Default Branch: master
- Last Pushed: 2019-05-07T13:03:18.000Z (about 7 years ago)
- Last Synced: 2025-06-03T20:01:18.129Z (about 1 year ago)
- Topics: cricket-data, data-visualization, reactjs
- Language: JavaScript
- Homepage: https://nowke.github.io/cricviz
- Size: 14.4 MB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Cricket Visualizations
Collection of data visualizations and analysis related to Cricket game.
**Link**: [nowke.github.io/cricviz/](https://nowke.github.io/cricviz/)
## ODI Matches - First Innings Scores Distribution By Year

# Setup
**Install dependencies**
```sh
npm install
```
**Start the project**
```sh
npm run start
```
App will be running on [http://localhost:3000](http://localhost:3000)
**Building**
Creates minified JavaScript inside `build` folder
```sh
npm run build
```
**Publishing**
Publish to `gh-pages` branch
```sh
npm run deploy
```