Skip to content

Files

Latest commit

873567a · Oct 15, 2023

History

History

yashwanthvarma18

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
Oct 12, 2023
Oct 15, 2023
Oct 12, 2023
Oct 12, 2023
Oct 12, 2023

BMI Calculator

Description: 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.

How to Use: Open the index.html file in your web browser. Enter your height in centimeters in the "Height" field. Enter your weight in kilograms in the "Weight" field. Click the "Calculate BMI" button. The BMI value and category (e.g., Underweight, Normal Weight, Overweight, or Obese) will be displayed.

Features: Provides a simple and quick way to calculate BMI. Offers immediate feedback on your BMI category. Uses different font styles for an enhanced user interface. Features a pleasant background image to enhance user experience.

Technologies Used: HTML CSS JavaScript

BMI Categories: Underweight: BMI less than 18.5 Normal Weight: BMI between 18.5 and 24.9 Overweight: BMI between 25 and 29.9 Obese: BMI of 30 or greater

SCREENSHOTS:

BMI CALCULATOR