This is a Slidify pitch presentation for the Body Mass Index (BMI) Calculator Shiny application developed as part of the Developing Data Products course project (Data Science Specialization on Coursera, offered by Johns Hopkins University).
Overview of App Functions
The BMI Calculator App:
- Takes a user's height and weight measurements (either in imperial or metric units) as input.
- Calculates from those measures the Body Mass Index (BMI).
- Indicates the weight category associated with the calculated BMI:
- Underweight: BMI is less than 18.5
- Normal weight: BMI is 18.5 to 24.9
- Overweight: BMI is 25 to 29.9
- Obese: BMI is 30 or more