Skip to content

Latest commit

 

History

History
22 lines (15 loc) · 794 Bytes

README.md

File metadata and controls

22 lines (15 loc) · 794 Bytes

BMI Calculator

A simple Body Mass Index (BMI) Calculator web application.

Features

BMI calculator that allows users to input their gender, age, height, and weight to calculate their BMI. The calculator provides a color-coded result based on the BMI value, indicating whether the user is underweight, normal weight, overweight, or obese.

Usage

  1. Open the BMI Calculator web application in your web browser.
  2. Enter your gender, age, height (in feet and inches), and weight (in kilograms).
  3. Click the "Calculate" button to calculate your BMI.
  4. The BMI result will be displayed in the result container with a color indicating your BMI category.
  5. To reset the input fields and clear the result, click the "Reset" button.

Technologies

  • HTML
  • CSS
  • JavaScript
  • Bootstrap