Skip to content

Latest commit

 

History

History
8 lines (5 loc) · 306 Bytes

README.md

File metadata and controls

8 lines (5 loc) · 306 Bytes

loan-calculator

Loan Calculator made using pure Javascript.

  • Enter the loan amount, interest rate per year and number of years to pay the loan.
  • The app will calculate the monthly repayment, total payment and total interest accordingly.

Check it out at https://jayeshvs10.github.io/loan-calculator/