-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
558374d
commit c1c34b0
Showing
1 changed file
with
20 additions
and
2 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,2 +1,20 @@ | ||
# loan-amortization-calculator | ||
Loan Amortization Calculator computes monthly and yearly loan payments and generates a loan amortization schedule based on the loan amount, interest rate, loan duration, and schedule type. | ||
# Loan Amortization Calculator | ||
|
||
## About | ||
Loan Amortization Calculator computes monthly and yearly loan payments and generates a loan amortization schedule. Input the loan amount, interest rate, and term, select the schedule type to calculate loan payments, and view how the loan is paid over time. | ||
|
||
## Repository Structure | ||
1. `description.txt`: This text file explains the concept of loan amortization and loan amortization schedule. | ||
2. `favicon.ico`: A small icon representing the project in browser tabs and bookmarks. | ||
3. `index.html`: The main HTML file that provides the application's structure. | ||
4. `script.js`: This JavaScript file contains the logic for calculating the monthly and yearly payment, generating the loan amortization schedule and dynamically updating the table. | ||
5. `style.css`: This CSS file styles the main HTML file. | ||
|
||
## Usage | ||
1. Clone or download this repository on your computer. | ||
2. Open the `index.html` file in a web browser. | ||
3. Enter the loan amount, annual interest rate, loan term and choose the schedule type. | ||
4. Click the **Calculate** button to see the monthly or yearly payment and the amortization schedule. | ||
|
||
## License | ||
This project is open-source and available under the [MIT License](https://opensource.org/license/mit). |