Skip to content

A simple web-based statistics calculator built with HTML, CSS (Bootstrap), and vanilla JavaScript. Calculates mean, median, mode, range, variance, and standard deviation from user input.

Notifications You must be signed in to change notification settings

binibiningjenna/statistics-calculator

Folders and files

NameName
Last commit message
Last commit date

Latest commit

Β 

History

3 Commits
Β 
Β 
Β 
Β 
Β 
Β 

Repository files navigation

πŸ“Š Statistics Calculator

A simple and responsive web-based statistics calculator that computes mean, median, mode, range, variance, and standard deviation from a list of comma-separated numbers. Built with HTML, Bootstrap, and vanilla JavaScript.


πŸš€ Features

  • Input comma-separated numbers
  • Calculates:
    • Mean
    • Median
    • Mode
    • Range
    • Variance
    • Standard Deviation
  • Simple, clean UI using Bootstrap 5
  • Mobile responsive
  • Light/dark theme support via Bootstrap’s data-bs-theme="dark"

πŸ›  Technologies Used

  • HTML5
  • CSS3 (Bootstrap 5.3)
  • JavaScript (ES6)

πŸ“¦ How to Use

  1. Clone the repository:

    git clone https://github.com/yourusername/statistics-calculator.git
  2. Open index.html in your browser.

  3. Enter numbers separated by commas (e.g. 5, 10, 15, 20) and click Calculate.

About

A simple web-based statistics calculator built with HTML, CSS (Bootstrap), and vanilla JavaScript. Calculates mean, median, mode, range, variance, and standard deviation from user input.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published