Skip to content

Latest commit

 

History

History
 
 

02.BMI_Calculator

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 
 
 
 
 

BMI Calculator

Overview of BMI Calculator

A simple website build using HTML, CSS & JavaScript.

This application will take two inputs from the user, height (in cm) and weight (in kg), and based on the input values BMI will be calculated and put that user into a specific category.

This application has 4 categories:

a. BMI < 18.5 -> Underweight

b. BMI = 18.5 to 24.9 -> Normal

c. BMI = 25 to 29.9 -> Overweight

d. BMI >=30 -> Obesity

Tech Stack

HTML CSS JS

ScreenShot

Live Demo

Visit Website

https://khushi-purwar.github.io/WebDev-ProjectKart/BMI%20Calculator/