Create a web application which will take a user's input for
mortgage terms and generate detailed information. This application takes the principal amount of the
loan, the term length in months, and the interest rate. Using those values, it calculates and displays
what the user's monthly mortgage payment will be as well as the amount of interest they will
pay and the total cost to them. In addition, the application generates a table for each month
of repayment and shows how much of each month's payment is going towards interest, how much is going toward
the principal amount, the total interest paid so far, and the remaining balance of the loan after each payment.