This project is a simple Cricket Strike Rate Calculator built using HTML, CSS, and JavaScript. It allows users to input a batsman's name, total runs scored, and balls faced to calculate the batting strike rate.
- π User-friendly interface
- β Instant calculation of strike rate
β οΈ Input validation for errors- π¨ Responsive design with clean UI
/CricketStrikeRateCalculator
βββ index.html # Main HTML file
βββ CricketStrikeRateCalculator.css # Stylesheet
βββ README.md # Project Documentation
- Open
index.htmlin your browser. - Enter the batsmanβs name, total runs scored, and balls faced.
- Click the Calculate Strike Rate button.
- View the calculated strike rate instantly!
- HTML5 π¨ (Structure)
- CSS3 π¨ (Styling)
- JavaScript β‘ (Functionality)
- π Backend integration with Flask for API-based calculations.
- π Graphical representation of player stats.
- π Online deployment.
Feel free to fork this repository and contribute by submitting a pull request! π
Happy Coding! π