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.
https://cal-bmi.herokuapp.com/
React, React-Bootstrap
Clone the project
git clone https://github.com/nandanholla/bmi-calculator.git
Install dependencies
npm install
Start the server
npm run start