A Java project for managing bank operations, client data, and employee functions.
This project implements a bank management system with features such as client account management, employee functions, and transactions.
- Client account management
- Employee functions (add/edit clients, view transactions, etc.)
- Transaction history tracking
To use the bank management system, follow these steps:
- Clone the repository.
- Compile and run the Java project.
- Follow the on-screen instructions for various operations.
- Clone the repository:
git clone <https://github.com/AbdoHosnie/BankManagementSystem>
- Navigate to the project directory:
cd BankManagementSystem
- Compile the Java project:
javac *.java
- Run the compiled program:
java Bank