Bank Application is a comprehensive desktop application designed to manage bank transfer. The application provides functionalities for user authentication, account management, and transaction processing. It is built using C++ and C# with a focus on providing a robust and user-friendly interface for bank employees and customers.
- User Authentication: Secure login functionalities.
- Account Management: Create, update, and delete customer accounts.
- Transaction Processing: Transfers between accounts.
- Dashboard: Overview of account statuses and recent transactions.
- Registration: New user registration with validation.
- Programming Languages: C++, C#
- Framework: .NET Framework 4.8 (for C# components)
- Database System: Microsoft SQL Server
- Operating System: Windows 10 or later
- .NET Framework: Version 4.8
- C++ Compiler: MSVC v143
The Test Captcha application is the first stage of running the bank application. It serves as a verification step to ensure that the user is not a robot. Only after successfully passing this test log in screen will appears.
Here are some screenshots showcasing the main features of the application:
-
Clone the repository:
git clone https://github.com/WinterWollf/Bank-application.git
-
Navigate to the
BankApplicationdirectory:cd BankApplication -
Open the solution file
BankApplication.slnin Visual Studio. -
Build the solution to restore the necessary packages and compile the project.
-
Run the application from Visual Studio.
-
Navigate to the
TestCaptchadirectory:cd TestCaptcha -
Open the solution file
TestCaptcha.slnin Visual Studio. -
Build the solution to restore the necessary packages and compile the project.
-
Run the application from Visual Studio.
This project is licensed under the Creative Commons Attribution-NonCommercial 4.0 International (CC BY-NC 4.0) License - see the LICENSE file for details.
For any inquiries or feedback, feel free to reach out to the project author:
- GitHub: WinterWollf




