diff --git a/README.md b/README.md index da812fe..1a2e3f0 100644 --- a/README.md +++ b/README.md @@ -221,6 +221,17 @@ In order to run this project you need: +
The BMI Calculator is a simple web application built using HTML, CSS, and JavaScript. It allows users to easily calculate their Body Mass Index (BMI) by entering their height and weight. The application then computes the BMI and displays the result, helping users understand their body mass relative to their height and weight. This project is beginner-friendly and provides a practical example of using basic web development skills to create a functional tool.
+ +Height in cm
+ +Weight in kg
+ + + +| BMI | +Category | +
|---|---|
| less than 18.5 | +Underweight | +
| between 18.5 and 24.9 | +Ideal | +
| between 25 and 29.9 | +Overweight | +
| over 30 | +Obesity | +