Skip to content

On the first screen, we can able to select the gender, height , weight , age and upon tapping on the calculate button should navigate to the second screen and should display the calculated results as per the screenshots

Notifications You must be signed in to change notification settings

roninprogrammer/react_native_bmi_calculator

Repository files navigation

BMI Calculator

On the first screen, we can able to select the gender, height , weight , age and upon tapping on the calculate button should navigate to the second screen and should display the calculated results as per the screenshots

Front end Design

alt text alt text

BMI Formula

BMI = Mass(Kg) / (height(m))²

Feedback on Body mass index (BMI) to measure body fat based on height and weight. Learn more about what the number means and risk factors here: https://www.nhlbi.nih.gov/health/educational/lose_wt/risk.htm

Install npm modules


yarn install 

As this project implemented with ios so run below command to run application


react-native run-ios 

Note: Before you run this application, please setup react native correctly in your system. Check react native site for setup

About

On the first screen, we can able to select the gender, height , weight , age and upon tapping on the calculate button should navigate to the second screen and should display the calculated results as per the screenshots

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published