๐งฎ BMI Calculator
A simple and user-friendly BMI (Body Mass Index) Calculator web application that helps users calculate their BMI based on height and weight.
๐ Live Demo
๐ https://priyankajoshi25.github.io/BMI-Calculator/
(If not working, check deployment settings or index file name)
๐ Features
โ Easy-to-use interface
โ Instant BMI calculation
โ Displays BMI category:
Underweight
Normal weight
Overweight
Obese
โ Input validation for better accuracy
โ Responsive design (works on mobile & desktop)
๐ ๏ธ Technologies Used
HTML
CSS
JavaScript
๐ How It Works
The BMI is calculated using the formula:
BMI = weight (kg) / (height (m) ร height (m))
Based on the result:
BMI < 18.5 โ Underweight
18.5 โ 24.9 โ Normal
25 โ 29.9 โ Overweight
30+ โ Obese
๐ Project Structure BMI-Calculator/ โโโ index.html โโโ style.css โโโ script.js โโโ README.md โ๏ธ Setup & Usage
Clone the repository:
git clone https://github.com/priyankajoshi25/BMI-Calculator.git
Open the folder:
cd BMI-Calculator
Run the project:
Open index.html in your browser
๐งช Future Improvements
Add unit conversion (cm/inches, kg/lbs)
Add history tracking
Improve UI with animations
๐ Acknowledgement
This project was built as a beginner-friendly practice to improve web development skills.