Skip to content

Simple Loan Calcualtor app built using in C# using WinForms and GunaUI

Notifications You must be signed in to change notification settings

jgaspar10/Loan-Calculator-App

Repository files navigation

Simple Loan Calculator App

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.

screenshot1 screenshot2

Installation

To use this application, follow these steps:

  1. Clone the repository to your local machine.
  • Copy code

git clone https://github.com/jgaspar10/Loan-Calculator-App.git

  1. Open the solution in Visual Studio.

  2. Install the Guna.UI2.WinForms library from NuGet.

  3. Build and run the application.

Usage

To use the application, follow these steps:

  1. Enter the loan amount in the "Loan Amount" textbox.
  2. Enter the duration of the loan in the "Loan Duration" textbox.
  3. Enter the interest rate in the "Interest Rate" textbox.
  4. Click on the "Calculate" button to calculate the monthly payment and the total amount repayable.
  5. The calculated monthly payment and the total amount repayable will be displayed in the "Monthly Payment" and "Total Repayable" textboxes respectively.

Contributing

Contributions are welcome. If you have any suggestions or find any bugs, please open an issue or submit a pull request.

About

Simple Loan Calcualtor app built using in C# using WinForms and GunaUI

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages