https://github.com/abdullah-niaz/bmi_calculator
BMI (Body Mass Index ) Calculator, which takes input of your height & weight
https://github.com/abdullah-niaz/bmi_calculator
bmi bmi-calculator css html javascript
Last synced: 7 months ago
JSON representation
BMI (Body Mass Index ) Calculator, which takes input of your height & weight
- Host: GitHub
- URL: https://github.com/abdullah-niaz/bmi_calculator
- Owner: Abdullah-Niaz
- Created: 2024-07-31T20:05:35.000Z (about 1 year ago)
- Default Branch: main
- Last Pushed: 2024-07-31T20:18:18.000Z (about 1 year ago)
- Last Synced: 2025-01-17T10:28:40.160Z (9 months ago)
- Topics: bmi, bmi-calculator, css, html, javascript
- Language: CSS
- Homepage: https://abdullah-niaz.github.io/BMI_Calculator/
- Size: 36.1 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# BMI Calculator
## Description
The BMI Calculator is a simple web application that allows users to calculate their Body Mass Index (BMI) based on their height and weight. This project demonstrates the use of HTML, CSS, and JavaScript for building interactive web applications. It provides immediate feedback on the user's BMI and categorizes it into Underweight, Normal Range, or Overweight based on standard BMI categories.
## Features
- Input fields for height and weight
- Calculation of BMI based on user input
- Display of BMI category
- Responsive design## Technologies Used
- **HTML**: Markup language for structuring the web page.
- **CSS**: Styles the application to make it visually appealing.
- **JavaScript**: Handles the logic for calculating BMI and validating user input.## Installation
1. Clone the repository:
```bash
git clone https://github.com/yourusername/bmi-calculator.git
```2. Navigate into the project directory:
```bash
cd bmi-calculator
```3. Open `index.html` in your web browser to view the application.
## Usage
1. Enter your height in centimeters in the "Height in CM" field.
2. Enter your weight in kilograms in the "Weight in KG" field.
3. Click the "Calculate" button to see your BMI and its category.## Example
* Height in CM: 176
* Weight in KG: 72
* Your BMI is 56.69 (Normal Range)## Screenshot
