This is a simple ATM (Automated Teller Machine) project implemented in Java using Swing and AWT for the graphical user interface, and MySQL for the database.
The ATM Project is a Java application that simulates the basic functionalities of an ATM.
It provides a user-friendly interface for users to perform typical ATM operations such as checking account balance, making deposits, withdrawing funds, and more.
- User authentication with PIN
- Account balance inquiry
- Deposit funds
- Withdraw funds
- Change PIN
- View transaction history
- Core Java (Swing & AWT) for the user interface
- MySQL database for storing user account and transaction information
- Eclipse IDE for development