This project is a GUI-based Bank Account System implemented in Java. The system allows users to create accounts, deposit and withdraw funds, and check their account details.
Create Account, User can deposit funds into their accounts, withdraw funds from their accounts and check their account details, including the account balance.
- Java
- Swing (for GUI)
- Java Development Kit (JDK)
- Any Java IDE (e.g., Eclipse, Netbeans)
git clone https://github.com/oytizha/bank-account.git
- Open your Java IDE.
- Import the project into the IDE.
- Locate the BankMain.java file in the project.
- Run the BankMain.java file to start the application.
If you'd like to contribute to this project, please follow the standard Git workflow:
- Fork the repository
- Create a new branch (git checkout -b feature/new-feature)
- Commit your changes (git commit -m 'Add new feature')
- Push to the branch (git push origin feature/new-feature)
- Open a pull request
THANK YOU