Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/bhaskaracharjee/cricket-calculator
Calculate various metrics related to cricket matches
https://github.com/bhaskaracharjee/cricket-calculator
cricket cricket-calculator dls dls-calculator duckworth-lewis-stern net-run-rate nrr nrr-calculator
Last synced: 8 days ago
JSON representation
Calculate various metrics related to cricket matches
- Host: GitHub
- URL: https://github.com/bhaskaracharjee/cricket-calculator
- Owner: BhaskarAcharjee
- License: gpl-3.0
- Created: 2021-10-08T16:31:03.000Z (about 3 years ago)
- Default Branch: master
- Last Pushed: 2023-07-15T10:43:38.000Z (over 1 year ago)
- Last Synced: 2024-11-06T23:23:08.839Z (about 2 months ago)
- Topics: cricket, cricket-calculator, dls, dls-calculator, duckworth-lewis-stern, net-run-rate, nrr, nrr-calculator
- Language: HTML
- Homepage: https://bhaskaracharjee.github.io/Cricket-Calculator/
- Size: 379 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Cricket Calculator
Cricket Calculator is a web application that allows you to calculate various metrics related to cricket matches. It includes two calculators:
**Net Run Rate (NRR) Calculator and Duckworth Lewis Target Calculator**.## Net Run Rate (NRR) Calculator
The NRR Calculator helps you calculate the Net Run Rate for a cricket team. NRR is a statistical measure used in cricket to determine the average number of runs that a team scores per over compared to the average number of runs scored against them per over. It is commonly used in multi-team tournaments to rank teams with the same number of points.
To use the NRR Calculator:
1. Visit the [Cricket Calculator](https://bhaskaracharjee.github.io/Cricket-Calculator/) web application.
2. Enter the total runs scored by the team.
3. Enter the total overs faced by the team.
4. Enter the total runs conceded by the team.
5. Enter the total overs bowled by the team.The NRR Calculator will provide the calculated NRR value based on the inputs provided.
## Duckworth Lewis Target Calculator
The Duckworth Lewis Target Calculator helps you calculate the target score for the team batting second in limited-overs cricket matches that are interrupted by weather conditions. The Duckworth Lewis Stern (DLS) method is used to calculate the target score based on the number of runs scored and wickets lost by the team batting first, as well as the number of overs available to the team batting second.
To use the Duckworth Lewis Target Calculator:
1. Visit the [Cricket Calculator](https://bhaskaracharjee.github.io/Cricket-Calculator/) web application.
2. Switch to the "Duckworth Lewis Target Calculator" tab.
3. Enter the runs scored by Team A.
4. Enter the number of wickets lost by Team A.
5. Enter the number of extra overs available for Team B.
6. Enter the number of wickets lost by Team B.The Duckworth Lewis Target Calculator will provide the calculated target score for Team B based on the inputs provided.
## Contributing
Contributions to the Cricket Calculator project are welcome! If you have any suggestions, bug reports, or feature requests, please open an issue on the [GitHub repository](https://github.com/BhaskarAcharjee/Cricket-Calculator/issues).