A Loan Calculator app app created as part of the "Modern JavaScript from the Begining" Udemy course by the awesome Brad Traversy.
- HTML
- CSS
- BootStrap
- JavaScript
- Enter your loan amount.
- Enter the loan interest.
- Enter the years to repay the loan.
- Click Calculate and after two seconds the calculator will return the results.
- If for any reason the result can not be calculated an error message will be displayed.
- This loan calculator is for code learning and entertainement only and should not be used for financial advice.
Demo live ==> https://j3ffh95.github.io/loan-calculator-js/