A mortgage calculator web app built with React to aid in the planning of morgages.
Users can set purchase prices.
Users can set down payment.
Users can set repayment time.
Users can set interest rate.
Users see theirloan amount (purchase price - down payment).
Users can see the estimated amount they'll pay on a monthly basis.\
In the project directory, you can run:
Formula for mortgage payments: M = P[r(1+r)^n/((1+r)^n)-1)].
M = the total monthly mortgage payment.
P = the principal loan amount(Purchase Price - Down Payment).
r = your monthly interest rate.
n = number of payments over the loan’s lifetime.\
Runs the app in the development mode.
Open http://localhost:3000 to view it in your browser.
The page will reload when you make changes.
You may also see any lint errors in the console.
This section has moved here: https://facebook.github.io/create-react-app/docs/deployment
This section has moved here: https://facebook.github.io/create-react-app/docs/troubleshooting#npm-run-build-fails-to-minify