Week 4 Assignment

Surya Alla

27 May, 2018

Introduction

This Presentation is for the Week 4 Peer Assignment from 
developing data products. The Assessment is a shiny app that
calcuates the body BMI

BMI Calculator

The BMI Calculator asks the user for information such as 
their weight, height and their daily activity.
The Weight and height are asked from the user as Number
Input whereas the Activity is based on the slider input.

BMI Calculation

BMI is generally calculated with 
BMI = Weight(kg)/Height(m)^2

App

The app and it server and ui R file can be at my git
repository mentioned below 
https://github.com/allasuri/DDP