Canadian Mortgage Calculator

Canadian Mortgage Calculator can be used to calculate the mortgage of the home as well as the different loans.

Links

This repo is hosted on the Netlify and can be accessed here

Screenshots

Below are few screenshots of the applications.

Mortgage Calculator Input Screen Mortgage Calculator Calculations Screen

How to Run the project

  • Clone this repo to your local folder using Git Clone command.
  • Navigate inside the cloned folder.
  • Launch the terminal inside the cloned folder.
  • Run npm install to install all the required dependencies.
  • Once the dependency are installed. Run the npm start to start the development server and the default browser window will open a new tab pointing to the address http://localhost:3000.

Available Scripts

  • npm start - Runs the app in the development mode. Open http://localhost:3000 to view it in the browser.
  • npm test - Launches the test runner in the interactive watch mode.
  • npm build - Builds the app for production to the build folder. It correctly bundles React in production mode and optimizes the build for the best performance.

Disclaimer

This application is used as to practice Frontend skills. For accurate figures, please go to the Canada Government Mortgage Calculator page.