MINI_BANKING is a project designed to simulate basic banking operations. Developed using C#, this project aims to provide a simple yet functional banking system that includes features such as account management, transactions, and security.
- User account management
- Money transfer transactions
- Transaction history viewing
- User information security
-
Fork the repository:
- Navigate to MINI_BANKING on GitHub and click the "Fork" button in the upper right corner to create a copy of this repository in your GitHub account.
-
Clone the repository:
git clone https://github.com/Trunks-Pham/MINI_BANKING.git
-
Open the project:
- Open the project in Visual Studio by double-clicking the
MiniBanking.sln
file.
- Open the project in Visual Studio by double-clicking the
-
Build the project:
- In Visual Studio, build the project by selecting
Build
>Build Solution
.
- In Visual Studio, build the project by selecting
-
Run the project:
- After building, run the project by selecting
Debug
>Start Debugging
.
- After building, run the project by selecting
- Access the application through the interface provided by Visual Studio.
- Register a new account or log in with an existing account.
- Perform banking functions such as transferring money, viewing transaction history, etc.
We welcome contributions from the community. Please fork this repository and submit a pull request with new features or bug fixes. All contributions will be thoroughly reviewed.