Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/devmindabhay/bmi-calculator
https://github.com/devmindabhay/bmi-calculator
Last synced: 9 days ago
JSON representation
- Host: GitHub
- URL: https://github.com/devmindabhay/bmi-calculator
- Owner: DevMindAbhay
- Created: 2023-11-19T08:10:47.000Z (about 1 year ago)
- Default Branch: main
- Last Pushed: 2023-12-06T14:40:01.000Z (about 1 year ago)
- Last Synced: 2024-11-05T18:28:10.842Z (about 2 months ago)
- Language: CSS
- Size: 7.81 KB
- Stars: 2
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# BMI-Calculator
A simple BMI (Body Mass Index)
calculator in vanilla JS.# Features
☑ Calculate BMI by weight (in kg)
and height (in cm).☑ Interpret the calculated BMI.
☑ Visualize the interpretation with a
color-coded BMI scale.# BMI Categories
The BMI value is interpreted into the following categories:
• Underweight: BMI < 18.5
• Healthy: 18.5 ≤ BMI < 24.9
• Overweight: 24.9 ≤ BMI < 29.9
• Obese: BMI ≥ 30
# Acknowledgements
Feel free to reach out if you have any questions or feedback!
Happy calculating! 🧮✨