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.
- 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"
- HTML5
- CSS3 (Bootstrap 5.3)
- JavaScript (ES6)
-
Clone the repository:
git clone https://github.com/yourusername/statistics-calculator.git
-
Open
index.html
in your browser. -
Enter numbers separated by commas (e.g. 5, 10, 15, 20) and click Calculate.