Developing Data Products Coursera Assignment

Mughundhan Chandrasekar
22-JUNE-2016

Expenses at University of Illinois at Chicago - UIC

This project was done as a part of Developing Data Products - Coursera Assignment. This application is exclusively designed for Indian students with an admit at UIC. This application is intended to provide an interactive expense calculator for students at UIC during their entire course tenure.

Each and every parameter is interlinked to the expense and savings. For example : If the period of stay is longer, then living expense shoots up high but parallely if we work then we would end up saving a ransom amount.

Modus Operandi

1.Create ui.R file in your current working directory for your project

2.shiny package is the only main requirement to be loaded in the ui.R file

3.Make the required user interface design in the ui.R file as shown in my ui.R file

4.Create server.R file in the same working directory

5.server.R file should be loaded with all required coding to fetch the desired output

6.After successful completion of the coding work, hit the runApp()

The application would run automatically in a browser which shall be deployed on ShinyApps.io

Additional Information

The application is designed to answer the following questions in the most interactive way:

1.Total number of credit hours the student needs to complete

2.Total amount (course fee +living expense) the student might end-up paying

3.Amount of money the student might save on parallel lines depending upon a set of cases

4.Then Final Total Expenditure after deducting the savings

5.Percentage of amount (out of total expenditure) the student actually invests in education (excluding living expenses and other expenses pertaining to dependants)

My Shiny application

The final value given as answer for each question varies depending upon the input. Kindly go through the instructions given on the main panel of the application to make the best use out of it.

You can find my application at : https://mughundhanc.shinyapps.io/my_project/

Thankyou!

by Mughundhan Chandrasekar