Skip to content

priyankajoshi25/cal

Folders and files

NameName
Last commit message
Last commit date

Latest commit

ย 

History

3 Commits
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 

Repository files navigation

๐Ÿงฎ 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.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors