mwksl / mortgage

React, Redux, and Express mortgage calculator

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

mortgage

Build Status Build status

The world's best Mortgage Calculator -- guaranteed. Created with React, Redux, and passing tests!

To run a development server, simply type npm i followed by npm run start.

Mortgage Equation

M is Monthly Payment, P is principal, r is monthly interest rate, n is number of payments

M = P * ((r * ((1 + r)^n))/(((1 + r)^n) - 1))

Curious about those tests?

npm run test will run through them in the console.

About

React, Redux, and Express mortgage calculator


Languages

Language:JavaScript 90.1%Language:HTML 7.7%Language:ApacheConf 1.3%Language:CSS 0.9%