A simple console-based banking system application developed in Java.
- 📜 Introduction
- ✨ Features
- ⭐️ Getting Started
- ⭐️ Usage
- ⭐️ Contributing
- ⚖️ License
The Bank Console Application is a Java-based program that allows users to perform various banking operations such as creating a new account, checking the account balance, depositing and withdrawing funds, and viewing demo accounts. The application provides a command-line interface for interacting with the banking system.
- ✨ Create a new account
- ✨ Check account balance
- ✨ Deposit funds into an account
- ✨ Withdraw funds from an account
- ✨ View demo accounts
To use this application locally, follow these steps:
- Clone the repository:
git clone https://github.com/ADVindiancoder/bank-console-application.git
- Navigate to the project directory:
cd bank-console-application
- Compile the Java source files:
javac com/advindiancoderVinayKumar/*.java
- Run the application:
java com.advindiancoderVinayKumar.Main
Once the application is running, you will see a menu with different options. Use the numeric keys to select an operation:
- Create a new account
- Check account balance
- Deposit funds
- Withdraw funds
- View demo accounts
- Exit
Follow the on-screen prompts to perform the desired banking operation. After completing an operation, you will be returned to the main menu.
Contributions to this project are welcome! If you have any suggestions, improvements, or bug fixes, please submit a pull request. For major changes, please open an issue first to discuss your ideas.
This project is licensed under the MIT License. Feel free to use, modify, and distribute this code as per the terms of the license.