Skip to content

Latest commit

 

History

History
31 lines (18 loc) · 1.19 KB

File metadata and controls

31 lines (18 loc) · 1.19 KB

Bank App with Swing and MySQL

A simple bank application with a graphical user interface developed in Java using the Swing framework. The application interacts with a MySQL database to perform essential banking operations. You can watch this video where I build this app from the ground up so that you can get a better understanding of how it works: https://www.youtube.com/watch?v=phYuQWRaazw&t=1s

Features

  1. Logging into an Account: Users can log in using their credentials.

  2. Registering an Account: New users can register for a bank account.

  3. Depositing Balance: Users can deposit funds into their accounts.

  4. Withdrawing Balance: Users can withdraw funds from their accounts.

  5. Checking Balance: View the current account balance.

  6. Logging Out: Securely log out of the account.

  7. Viewing Past Transactions: Access a history of past transactions.

  8. Transferring to Users within the MySQL Database: Users can transfer funds to other registered users.

Bank App Screenshot

Technologies

  • Java Development Kit (JDK18)
  • MySQL Database