Skip to content

BMI (Body Mass Index) Calculator implemented in HTML, CSS, and JavaScript, allows users to input their height in centimeters and weight in kilograms to calculate their BMI, providing a quick way to determine if a person is underweight, in the normal range, or overweight based on the computed BMI value.

Notifications You must be signed in to change notification settings

Lonemumtaz/fef-Final_project

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 

Repository files navigation

BMI Calculator

This repository contains a simple BMI (Body Mass Index) Calculator implemented in HTML, CSS, and JavaScript.

Project Description

The BMI Calculator allows users to input their height in centimeters and weight in kilograms to calculate their BMI. The application provides a quick and easy way to determine if a person is underweight, in the normal range, or overweight based on their BMI value.

Features

  • Input fields for height (in CM) and weight (in KG)
  • Calculate button to compute the BMI
  • Display of the calculated BMI
  • BMI weight guide:
    • Under Weight: Less than 18.6
    • Normal Range: 18.6 and 24.9
    • Overweight: Greater than 24.9

Installation

To use the BMI Calculator, simply clone the repository and open the index.html file in your web browser.

git clone https://github.com/Lonemumtaz/fef-Final_project.git
cd fef-Final_project
open index.html

About

BMI (Body Mass Index) Calculator implemented in HTML, CSS, and JavaScript, allows users to input their height in centimeters and weight in kilograms to calculate their BMI, providing a quick way to determine if a person is underweight, in the normal range, or overweight based on the computed BMI value.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages