An open API service indexing awesome lists of open source software.

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

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:

![login page](screenshots/login.jpg)
![registration page](screenshots/register.jpg)
![main page](screenshots/main.jpg)