refinedguides / bmi-calculator

Build a Simple BMI Calculator in Javascript

Home Page:https://refinedguides.com/bmi-calculator/

Repository from Github https://github.comrefinedguides/bmi-calculatorRepository from Github https://github.comrefinedguides/bmi-calculator

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

Screenshots

BMI Calculator

Support Me

If you'd like to support me, consider buying me a coffee. Thanks!

"Buy Me A Coffee"

About

Build a Simple BMI Calculator in Javascript

https://refinedguides.com/bmi-calculator/

License:GNU General Public License v2.0


Languages

Language:CSS 43.9%Language:HTML 36.2%Language:JavaScript 19.9%