https://github.com/idelsaf/bank-app
Simple application for the bank system with a GUI
https://github.com/idelsaf/bank-app
banking-system java mysql swing
Last synced: 3 months ago
JSON representation
Simple application for the bank system with a GUI
- Host: GitHub
- URL: https://github.com/idelsaf/bank-app
- Owner: idelsaf
- Created: 2024-02-20T08:58:07.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2024-05-08T17:52:54.000Z (over 1 year ago)
- Last Synced: 2025-02-24T09:46:01.214Z (8 months ago)
- Topics: banking-system, java, mysql, swing
- Language: Java
- Homepage:
- Size: 2.28 MB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
## Simple bank system app
A simple bank system application with a graphic user interface developed in Java.
### Features:
- Account:
- login to existing account;
- logout of the account;
- register a new account & get card details;
- Bank system:
- check balance;
- deposit funds;
- withdraw funds;
- transfer funds to other user;
- view transaction history;
- view card details;### Technologies:
- JDK 21
- Swing framework
- MySQL database### Screenshots:


