We transform raw data from IPL into graphs that will convey some meaning / analysis.
This web project was built with HTML5, CSS, Bootstrap, Nodejs, Javascript.
convert-csv-to-json
http-server
- clone the repository using
git clone https://github.com/avi1245/FSND_item_catalog.git
- Download and install Node and npm.
- open the terminal, navigate to the repository and run
npm install
which will install all the package required for this project. - Then run
http-server
- Access it by visiting http://127.0.0.1:8080/ or http://localhost:8080/ locally on the browser.
Plot the number of matches played per year of all the years in IPL.
For the year 2016 plot the extra runs conceded per team.
For the year 2015 plot the top economical bowlers.
Plot a stacked bar chart of matches won of all teams over all the years of IPL.
-Make a website responsive for all devices.
-Add more analysis of Data.