nandanholla / bmi-calculator

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

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

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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.

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


Languages

Language:JavaScript 89.8%Language:HTML 5.5%Language:CSS 4.6%