A simple bank application built with Java, Swing, MySQL, and JDBC. It allows users to perform basic banking operations like creating accounts, checking balances, and making transactions. The app uses JDBC to interact with a MySQL database for data persistence.
Technologies Used: Java, Swing, JDBC, MySQL
You can view the application demo here: Application Demo
- User Registration
- User Login
- User Authentication
- Checking Balance
- Deposit Amount
- Withdraw Amount
- Transactions between users
- View Transaction History