Skip to content
/ Imc Public

Simple Body Mass Index (BMI) application to a Web Programming class assignment

Notifications You must be signed in to change notification settings

rodrilhp/Imc

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

10 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

IMC Calculator

Practice PW Homework Surge Maven

Simple application to calculate Body Mass Index (IMC) developed as a Web Programming class assignment.


Demo

The following technologies was used:

  • HTML
  • CSS
  • JavaScript
  • Surge.sh
  • Maven

Accessing the Web App

The application is running at

🚀 appimc.surge.sh

To run the application locally, clone the repository:

git clone https://github.com/akwaryo/Imc.git

Then you can run with Tomcat, just type in the terminal, inside the project folder:

mvnw org.apache.tomcat.maven:tomcat7-maven-plugin:run

Open any browser and type:

http://localhost:8080/imc/

And Done! Now you can access the project.

About the IMC

Body mass index (IMC) is a measure of body fat based on height and weight that applies to adult men and women. The index is calculated by the formula:

imc = weight / (height * height)

The condition used to classify the index was accordingly to NHANES II (National Health and Nutrition Examination Survey). The following criteria was used:

Condition Men Index Women Index
below weight <20.7 <19.1
normal weight 20.7 - 26.4 19.1 - 25.8
slight overweight 26.5 - 27.8 25.9 - 27.3
overweight 27.9 - 31.1 27.4 - 32.3
obesity >31.2 > 32.4

About

Simple Body Mass Index (BMI) application to a Web Programming class assignment

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published