Developing Data Products - Project Assignment

Saurabh Sindwani
05/02/2017

Objective

Build an application to demonstrate:

  • Use of various widgets of 'shiny' tool.
  • Understanding of the process of publishing application in shiny.
  • Interface with R using embeded R code.

Assignment

A simple application has been developed which asks the user to solve a puzzle which is one of the many asked during the interview for the role of a data scientist.

Web Application

UI

  • Displays the puzzle.
  • User Inputs the answer.
  • Displays the user answer and whether the answer is correct or not.
  • Interacts with the server side code.

Server

  • Processess the user input from UI and sends the appropriate message to the UI.
  • Uses R code.

Web Application

The web application is deployed at:

https://saurabhsindwani.shinyapps.io/DataProducts/

The code for the web application is located on github:

https://github.com/ssindw/datasciencecoursera/tree/master/dataproducts/shinywebapp