https://github.com/raju-2003/bank-management
A console application of Bank Management
https://github.com/raju-2003/bank-management
arraylist-java java
Last synced: about 1 year ago
JSON representation
A console application of Bank Management
- Host: GitHub
- URL: https://github.com/raju-2003/bank-management
- Owner: raju-2003
- Created: 2024-04-05T12:51:22.000Z (about 2 years ago)
- Default Branch: main
- Last Pushed: 2024-04-05T12:55:30.000Z (about 2 years ago)
- Last Synced: 2025-02-09T01:17:16.252Z (over 1 year ago)
- Topics: arraylist-java, java
- Language: Java
- Homepage:
- Size: 5.86 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Banking App
The **Banking App** is a simple Java application designed to simulate basic banking operations such as account creation, deposit, withdrawal, balance inquiry, and transaction history tracking. Users can create an account, perform transactions, and view their transaction history.
## Features
1. **Account Creation**: Users can create a new bank account by providing their name, account number, and account type.
2. **Deposit**: Users can deposit funds into their account.
3. **Withdrawal**: Users can withdraw funds from their account, provided they have sufficient balance.
4. **Balance Inquiry**: Users can check their account balance at any time.
5. **Transaction History**: Users can view a history of their transactions, including deposit and withdrawal details.
6. **Interactive Menu**: The application provides an interactive menu for easy navigation and operation.
## Getting Started
To run the Banking App on your local machine, follow these steps:
1. Clone the repository to your local machine:
```bash
git clone https://github.com/your-username/Banking-App.git
```
2. Navigate to the project directory:
```bash
cd Banking-App
```
3. Compile and run the `Banking.java` file to start the application:
```bash
javac Banking.java
java Banking
```
4. Follow the on-screen prompts to perform various banking operations.
## Technologies Used
- Java
**Credits:**
This code was created by Raj Narayanan
**Github:**
[https://github.com/raju-2003](https://github.com/raju-2003)