Skip to content

curadProgrammer/BankAppJava

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

About

Full tutorial: https://www.youtube.com/watch?v=phYuQWRaazw&t=543s

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages