Mortgage Calculator: Coding Challenge

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.

  • CSS & Bootstrap layout
  • HTML Templates in JavaScript
  • JavaScript Loops
  • JavaScript Functions
  • JavaScript Objects
  • JavaScript DOM Manipulation
Go to the app
Technologies used