Skip to content
This repository was archived by the owner on Nov 29, 2025. It is now read-only.

nishatrhythm/Cricket-Calculator

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Cricket Calculator

A simple web-based tool to calculate Net Run Rate (NRR) for cricket tournaments. This calculator helps cricket teams and enthusiasts determine their NRR based on match performances.

Features

  • Support for different match formats: ODI (50 overs), T20 (20 overs), and custom overs
  • Add multiple matches with detailed inputs for runs scored/conceded and overs faced/bowled
  • Automatic NRR calculation with detailed breakdown
  • Responsive design for mobile and desktop use
  • Clean, modern UI with Material Icons

How to Use

  1. Select the match format (ODI, T20, or custom overs)
  2. Add match details by clicking "Add Match"
  3. For each match, enter:
    • Runs scored and overs faced (with balls if partial over)
    • Runs conceded and overs bowled
    • Check "Completed full overs" if applicable
    • Check "All out" if the team was dismissed before completing overs
  4. Click "Calculate NRR" to see the results

Running the Application

Simply open index.html in any modern web browser. No server or additional setup required.

Formula

NRR = (Total Runs Scored / Total Overs Faced) - (Total Runs Conceded / Total Overs Bowled)

Note: Overs are adjusted based on whether the team completed full innings or was all out.

About

A simple web-based calculator for computing Net Run Rate (NRR) in cricket tournaments. Supports ODI, T20, and custom match formats.

Topics

Resources

Stars

Watchers

Forks

Contributors