The Amortization Calculator is a simple web application built in C# that helps you calculate the amortization schedule for a loan. Whether you're a borrower or a financial professional, this tool allows you to quickly estimate your loan payments and understand how they are distributed between principal and interest.
- Calculate monthly loan payments based on the loan amount, interest rate, and number of payments.
- Generate an amortization schedule that shows the breakdown of each payment.
- Supports various payment frequencies, including daily, weekly, bi-weekly, and monthly. (Soon...)
- Easy-to-use web interface with clean and responsive design.
This project is intended for educational and learning purposes only. It is not recommended for use in production or critical financial applications. The accuracy and reliability of calculations may not meet the standards required for real-world financial decisions. Always consult with a qualified financial advisor or use professional financial software for critical financial planning and decision-making.
To use the Amortization Calculator, follow these steps:
-
Clone the repository to your local machine:
git clone https://github.com/AhmadPayan/loan-amortization-calculator.git
-
Open the project in your favorite C# development environment (e.g., Visual Studio, Visual Studio Code).
-
Build and run the application.
-
Access the calculator in your web browser by navigating to https://localhost:7231
Enter the loan details and click "Calculate" to see the amortization schedule.
- C# (ASP.NET Core)
- XUnit (Unit tests)
- Razor Pages
- HTML/CSS