Skip to content

AhmadPayan/loan-amortization-calculator

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

19 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Amortization Calculator

Overview

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.

image

Features

  • 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.

Disclaimer

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.

Getting Started

To use the Amortization Calculator, follow these steps:

  1. Clone the repository to your local machine:

    git clone https://github.com/AhmadPayan/loan-amortization-calculator.git
  2. Open the project in your favorite C# development environment (e.g., Visual Studio, Visual Studio Code).

  3. Build and run the application.

  4. 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.

Technologies Used

  • C# (ASP.NET Core)
  • XUnit (Unit tests)
  • Razor Pages
  • HTML/CSS

Releases

No releases published

Packages

No packages published