Skip to content

Latest commit

 

History

History

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 
 
 
 
 

README.md

BMI Calculator ⚖️

A simple calculator that computes Body Mass Index (BMI) from a user's height and weight, and classifies the result into a health category.

Features

  • 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)

Tech Stack

  • HTML5
  • CSS3
  • JavaScript (Vanilla)

How to Run

  1. Clone or download this folder.
  2. Open index.html in your browser.
  3. Enter your weight and height, then click Calculate BMI.

File Structure

BMI_Calculater/
├── index.html
├── style.css
└── script.js