Skip to content

Latest commit

 

History

History
35 lines (23 loc) · 983 Bytes

README.md

File metadata and controls

35 lines (23 loc) · 983 Bytes

Loan Calculator APP using JS and Boostrap

Set a loan amount, add the interest and the years it will take you to repay. You will get the monthly payments, the Total Payment and the Total Interest. There is also an gif for loading spiner and a Error Alert

Online

Click the icons to view the project online in: In the Browser Codepen icon -or- jsfiddle icon

Installation

Clone the Github repository by using

$ git clone https://github.com/Aimopotis/js-loan-calculator.git
$ cd js-loan-calculator

Usage

There are fuctions for:

  • For creating the calculate results calculateResults()
  • For showing the error showError(error)

Contributing

All contributions all welcome