A simple calculator that computes Body Mass Index (BMI) from a user's height and weight, and classifies the result into a health category.
- Input fields for weight (kg) and height (m)
- Instantly calculates BMI on button click
- Displays the BMI value along with its category (e.g. Underweight, Normal, Overweight, Obese)
- HTML5
- CSS3
- JavaScript (Vanilla)
- Clone or download this folder.
- Open
index.htmlin your browser. - Enter your weight and height, then click Calculate BMI.
BMI_Calculater/
├── index.html
├── style.css
└── script.js