IPL Stats Scraper & Visualization
🚀 Live Demo: https://ipl-status-visualization-1.onrender.com/
Overview
This project scrapes IPL statistics from the official IPL website using Puppeteer, processes the data, and visualizes it using a bar chart. The data includes top player stats, runs, fours, and sixes for the latest IPL season.
Features
✅ Web Scraping: Extracts IPL stats using Puppeteer
✅ REST API: Serves scraped data using Express.js
✅ Data Visualization: Displays stats in a bar chart using Chart.js
✅ Modern UI: Styled with Tailwind CSS
✅ Deployed on Render: Fully hosted backend and frontend
Tech Stack
- Install dependencies -- express, cros, fs, puppeteer 2.Run the scraper -- node scraper.js
- Start the server -- node index.js
- Open Frontend -- index.html
Server will run at: http://localhost:3000/ipl-stats
Render Render through render.com 👉👉 https://ipl-status-visualization-1.onrender.com/


