BMI Calculator
Description
The BMI (Body Mass Index) Calculator is a tool that calculates a person’s BMI based on their weight and height. It’s a simple yet essential tool for assessing one’s health status based on their body composition.
Features
- Calculate BMI: Users can input their weight and height to calculate their BMI.
- Interpretation: Provides interpretation of the calculated BMI, indicating whether the user is underweight, normal weight, overweight, or obese.
- Units Selection: Users can choose between metric (kilograms/meters) and imperial (pounds/inches) units for input.
Technologies Used
- JavaScript: For handling the logic and calculations.
- HTML: For the structure and layout of the calculator interface.
- CSS: For styling the user interface and enhancing user experience.
Setup
To set up and run the project, follow these steps:
- Clone the repository:
git clone https://github.com/deepakkumar55/200-JAVASCRIPT-PROJECT
- Navigate to the BMI Calculator project directory:
cd 200-JAVASCRIPT-PROJECT/BMI-Calculator
-
Open the index.html
file in your preferred web browser.
-
Input your weight and height, then click the “Calculate BMI” button to see the result.
- Customize and extend the project as needed for your specific requirements.