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
https://khushi-purwar.github.io/WebDev-ProjectKart/BMI%20Calculator/