Skip to content

Calculates total monthly payments, principal and interest amounts, and remaining balance based on user inputs for loan amount, term, and rate.

Notifications You must be signed in to change notification settings

ClaraLopezUribe/Smart-Start-Loan-Calculator

Repository files navigation

Smart Start JavaScript Loan Calculator

The Smart Start Loan Calculator application illustrates several core JavaScript concepts and techniques—such as DOM manipulation, iterative processing with for loops, type conversion, and data encapsulation. It also demonstrates the principle of separation of concerns by organizing the code into modular functions, each with a distinct responsibility, which makes the code easier to read, test, and maintain.

About

Calculates total monthly payments, principal and interest amounts, and remaining balance based on user inputs for loan amount, term, and rate.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published