Skip to content

CommandShiftHQ/mortgage-calculator-react

Repository files navigation

Mortgage Calculator

Challenge

Create React application that allows users to input a rate, number of years and principal and will display the monthly repayment amount.

The logic to calculate a monthly repayment is provided in src/utils/calculate-repayment.js

Getting Started

Clone down this repository (replace <your_project_name>:

git clone git@github.com:MCRcodes/mortgage-calculator-react.git <your_project_name>

Install dependencies

npm install

Start up the application:

npm start

Visit localhost:8080 in your browser.

You should see a Hello message.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors