A car loan calculator built using ASP.NET Framework. This application allows users to calculate their monthly car loan payments based on various factors such as loan amount, interest rate, tax rate, and loan term. It supports three different loan plans (Plan A, Plan B, Plan C), providing flexibility for users to compare payment options.
- Supports three loan plans (A, B, and C)
- Adjustable loan amount, down payment, insurance type, and other fees
- Tax rate customization
- Loan term and start date selection
- Calculates total interest paid, total loan amount, and monthly payments
- User-friendly interface with a structured layout
- .NET Framework
- Visual Studio
- Clone the repository
git clone https://github.com/irmnt/CarLoanCalculator.git
- Open the project in Visual Studio
- Build and run the application
- Access the application via the local server
- Select a loan plan (A, B, or C)
- Enter the price of the vehicle and down payment.
- Choose an insurance type (if applicable).
- Input additional costs, such as other fees and tax rate.
- Select a loan term and enter the loan start date.
- The system will calculate and display the total interest paid, total loan amount, and monthly payment.
- This hands-on project is still in development
- Planned improvements include:
- Dynamic calculations with enhanced accuracy.
- Improved UI styling and responsiveness.
- Additional validation for user inputs.
- Option to generate an amortization schedule.
- Proceed to a Confirmation page
- Export the estimation to PDF file
- Configure its DB and manage Car Loan Calculation Data