Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/nowke/cricviz
Cricket data analysis/visualizations
https://github.com/nowke/cricviz
cricket-data data-visualization reactjs
Last synced: about 1 month ago
JSON representation
Cricket data analysis/visualizations
- Host: GitHub
- URL: https://github.com/nowke/cricviz
- Owner: nowke
- Created: 2019-05-05T17:35:33.000Z (almost 6 years ago)
- Default Branch: master
- Last Pushed: 2019-05-07T13:03:18.000Z (almost 6 years ago)
- Last Synced: 2024-11-12T09:50:34.355Z (3 months ago)
- Topics: cricket-data, data-visualization, reactjs
- Language: JavaScript
- Homepage: https://nowke.github.io/cricviz
- Size: 14.4 MB
- Stars: 1
- Watchers: 2
- 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
![Demo](demo.gif)
# 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
```