For the purpose of the course 'Developing Data Products' I developed a Shiny app that emulates a very simple calculator.
The user places the first number, the second number and the operator ("+","-","x", "÷") and (s)he gets the result.
The application is accessible from this link: https://mx354.shinyapps.io/Developing_Data_Products_Project/
In the next slides we will present the code that was written for the ui.R and server.R files.