Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

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

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
```