A full-stack web application for analysing cricket game simulations and win probabilities. The app displays interactive histograms showing score distributions and calculates win percentages based on simulation data.
- Game Selection: Dropdown interface to select cricket matches
- Win Probability Analysis: Displays home team win percentage based on simulation data
- Interactive Histograms: Visual representation of score distributions with percentage-based Y-axis
- Team Performance Comparison: Side-by-side comparison of home vs away team performance
- Venue Information: Shows match venue details
- Responsive Design: Clean, modern interface that works on different screen sizes
- FastAPI - Modern Python web framework
- SQLite - Lightweight database for data storage
- Pandas - Data manipulation and CSV processing
- Uvicorn - ASGI server for running the API
- React - JavaScript library for building user interfaces
- TypeScript - Type-safe JavaScript
- CSS3 - Custom styling with modern design
- SVG - Custom histogram charts