Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/surjoyday/bmi-calculator
This BMI Calculator takes height input in centimeters and weight input in kilograms. It computes the BMI value and provides a corresponding statement based on the BMI range.
https://github.com/surjoyday/bmi-calculator
css dom dom-manipulation html javascript
Last synced: about 1 month ago
JSON representation
This BMI Calculator takes height input in centimeters and weight input in kilograms. It computes the BMI value and provides a corresponding statement based on the BMI range.
- Host: GitHub
- URL: https://github.com/surjoyday/bmi-calculator
- Owner: Surjoyday
- Created: 2023-11-21T20:39:46.000Z (about 1 year ago)
- Default Branch: main
- Last Pushed: 2023-11-21T21:09:52.000Z (about 1 year ago)
- Last Synced: 2024-11-08T19:16:06.834Z (3 months ago)
- Topics: css, dom, dom-manipulation, html, javascript
- Language: CSS
- Homepage: https://bmi-calculator-kt100.netlify.app/
- Size: 79.1 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# BMI Calculator
[Calculate Your BMI](https://bmi-calculator-kt100.netlify.app/)
Calculate your Body Mass Index (BMI) with ease using this simple BMI Calculator.
## Overview
This BMI Calculator takes height input in centimeters and weight input in kilograms. It computes the BMI value and provides a corresponding statement based on the BMI range.
## How to Use
1. Enter your height in centimeters.
2. Enter your weight in kilograms.
3. Click the "Calculate BMI" button.
4. View your BMI result and the corresponding statement.## BMI Categories and Statements
- **Underweight:** BMI less than 18.5
- **Normal or Healthy Weight:** BMI between 18.5 and 24.9
- **Overweight:** BMI between 25 and 29.9
- **Obese:** BMI 30 or greaterBased on your BMI, the calculator will display a statement indicating which range your BMI falls into.
## Technologies Used
- HTML
- CSS
- JavaScript