A simple Body Mass Index (BMI) Calculator web application.
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.
- Open the BMI Calculator web application in your web browser.
- Enter your gender, age, height (in feet and inches), and weight (in kilograms).
- Click the "Calculate" button to calculate your BMI.
- The BMI result will be displayed in the result container with a color indicating your BMI category.
- To reset the input fields and clear the result, click the "Reset" button.
- HTML
- CSS
- JavaScript
- Bootstrap