Skip to content

Akumaaaaaa/BMI-Calculator

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

13 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

BMI-Calculator

Introduction

This is a simple BMI (Body Mass Index) calculator that allows users to calculate their BMI based on their height and mass. BMI is a commonly used metric to assess whether an individual has a healthy body mass for a given height.

Table of Contents

Installation

To use the BMI calculator, follow these steps:

  1. Clone the repository to your local machine:
git clone https://github.com/Akumaaaaaa/BMI-Calculator.git
  1. Open the project directory Example
cd bmi-calculator
  1. Open the index.html file in your preferred web browser.

BMI Categories

Categories Range Hex
Underweight < 18.5 #0000FF
Normal weight 18.5 – 24.9 #00FF00
Overweight 25 – 29.9 #FAB700
Obesity > 30 #FF0000

Formula

$$BMI = \frac{{\text{{Mass in KG}}}}{{(\text{{Height in M}})^2}}$$

Screenshots

BMI Calculator

About

A simple BMI (Body Mass Index) calculator that allows users to calculate their BMI.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published