The course assignment for the Developing Data Products course by Johns Hopkins University on Coursera was to build a simple Shiny application in a very short space of time.
The key requirements were as follows
- There should be some form of input (widget: text box, radio button, check box, ...)
- There should be some operation on the UI input in sever.R
- There should be 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 and not via an external link.
These slides pitch the application that was built for this assignment.