This is a simple loan calculator application built using C# WinForms and GunaUI library. The application allows users to input the loan amount, the duration of the loan, the interest rate and calculates the monthly payment and the total amount repayable.
To use this application, follow these steps:
- Clone the repository to your local machine.
- Copy code
git clone https://github.com/jgaspar10/Loan-Calculator-App.git
-
Open the solution in Visual Studio.
-
Install the Guna.UI2.WinForms library from NuGet.
-
Build and run the application.
To use the application, follow these steps:
- Enter the loan amount in the "Loan Amount" textbox.
- Enter the duration of the loan in the "Loan Duration" textbox.
- Enter the interest rate in the "Interest Rate" textbox.
- Click on the "Calculate" button to calculate the monthly payment and the total amount repayable.
- The calculated monthly payment and the total amount repayable will be displayed in the "Monthly Payment" and "Total Repayable" textboxes respectively.
Contributions are welcome. If you have any suggestions or find any bugs, please open an issue or submit a pull request.