Skip to content

Commit 12c3623

Browse files
BMI Calculator
1 parent 6184222 commit 12c3623

File tree

1 file changed

+28
-0
lines changed

1 file changed

+28
-0
lines changed
Lines changed: 28 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,28 @@
1+
BMI Calculator
2+
3+
Description:
4+
This is a simple BMI (Body Mass Index) calculator web application. It allows users to input their height (in centimeters) and weight (in kilograms) and calculates their BMI. The BMI value and corresponding BMI category are then displayed on the screen.
5+
6+
How to Use:
7+
Open the index.html file in your web browser.
8+
Enter your height in centimeters in the "Height" field.
9+
Enter your weight in kilograms in the "Weight" field.
10+
Click the "Calculate BMI" button.
11+
The BMI value and category (e.g., Underweight, Normal Weight, Overweight, or Obese) will be displayed.
12+
13+
Features:
14+
Provides a simple and quick way to calculate BMI.
15+
Offers immediate feedback on your BMI category.
16+
Uses different font styles for an enhanced user interface.
17+
Features a pleasant background image to enhance user experience.
18+
19+
Technologies Used:
20+
HTML
21+
CSS
22+
JavaScript
23+
24+
BMI Categories:
25+
Underweight: BMI less than 18.5
26+
Normal Weight: BMI between 18.5 and 24.9
27+
Overweight: BMI between 25 and 29.9
28+
Obese: BMI of 30 or greater

0 commit comments

Comments
 (0)