A simple console-based banking application built with Java. This application allows users to check their account balance, deposit money, withdraw money, and view the previous transaction.
- Check Balance: View the current account balance.
- Deposit Funds: Add money to your account.
- Withdraw Funds: Remove money from your account.
- View Last Transaction: See the most recent deposit or withdrawal.
- User-Friendly Interface: Simple menu-driven interface.
To run this application, ensure you have:
- Java Development Kit (JDK) 8 or later
- An IDE or text editor (e.g., IntelliJ IDEA, Eclipse, or Visual Studio Code)
- A terminal or command prompt to run the application
Follow these steps to set up and run the project on your local machine:
Open your terminal or command prompt and run:
git clone https://github.com/your-username/BankingApplication.git