Skip to content

JStLouisCode/Bank-Application-GUI-

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Bank Application GUI

The Bank Application GUI is a Windows Forms application that provides a graphical user interface for managing banking transactions. It allows users to perform various operations such as transferring funds between accounts, updating personal information, and viewing account balances.

Features

~ Account Management: Users can transfer funds between different types of accounts, including chequing accounts and a savings account.

~ Personal Information: Users can view and update their personal information, including their name, address, and postal code.

~ Payee Transactions: Users can perform transactions with payees, although the exact nature of these transactions is not specified in the provided code.

~ Visual Styles: The application is designed with visual styles enabled to provide an enhanced user interface experience.

Usage

  1. Launch the application by running the executable file ('Program.cs') or by executing the compiled program.
  2. The main form ('Form1') will be displayed, presenting the user with various options and account information.
  3. Perform operations such as transferring funds between accounts, updating personal information, and interacting with payees.
  4. View account balances and transaction status through the graphical interface.
  5. Exit the application when done.

File Structure

The Bank Application GUI consists of the following files:

~ 'Form1.cs': Represents the main form of the application and handles user interactions.

~ 'Form2.cs': Represents a secondary form used to display personal information and perform information updates.

~ 'Program.cs': Contains the entry point of the application and handles application setup and initialization.

Prerequisites

~ Windows operating system

~ .NET Framework (version X.X or higher)

Development Setup

To set up a development environment for the Bank Application GUI:

  1. Install a compatible Integrated Development Environment (IDE) such as Visual Studio.
  2. Clone the project repository from the provided source.
  3. Open the project in the chosen IDE.
  4. Ensure that the necessary dependencies and libraries are available and up to date.
  5. Build and run the project to launch the application.

Contributors

The Bank Application GUI was developed by Jared St.Louis.

Conclusion

This program provides basic banking functionality and mimics an ATM machine.

About

Application that provides a graphical user interface for managing banking transactions.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages