Skip to content

BMI calculator is a simple React app which takes height(cm) and weight(kg) of a person and returns BMI of that person.

Notifications You must be signed in to change notification settings

nandanholla/bmi-calculator

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

BMI Calculator

Body mass index (BMI) is a value derived from the mass (weight) and height of a person. The BMI is defined as the body mass divided by the square of the body height, and is expressed in units of kg/m2, resulting from mass in kilograms and height in metres.

It is a simple React BMI Calculator app which takes height(cm) and weight(kg) of a person and returns BMI of that person.

Demo

https://cal-bmi.herokuapp.com/

Screenshots

App Screenshot - Home screen App Screenshot - Underweight screen App Screenshot - Normal screen App Screenshot - Overweight screen

Built With

React, React-Bootstrap

Run Locally

Clone the project

  git clone https://github.com/nandanholla/bmi-calculator.git

Install dependencies

  npm install

Start the server

  npm run start

Authors

Acknowledgements

Logo

About

BMI calculator is a simple React app which takes height(cm) and weight(kg) of a person and returns BMI of that person.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published