This is an RStudio shiny application developed as a course project for Coursera's Developing Data Products course in the Data Science Specialization track. The developed application is a Body Mass Index (BMI) Calculator.
Course project requirements
The course project requirements for this application are:
- Some form of input (widget: textbox, radio button, checkbox, ...)
- Some operation on the ui input in sever.R
- Some reactive output displayed as a result of server calculations
- You must also include enough documentation so that a novice user could use your application.
- The documentation should be at the Shiny website itself. Do not post to an external link.