Skip to content

Latest commit

 

History

History
49 lines (31 loc) · 1.5 KB

README.md

File metadata and controls

49 lines (31 loc) · 1.5 KB

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:

    git clone https://github.com/your-username/Banking-App.git
  2. Navigate to the project directory:

    cd Banking-App
  3. Compile and run the Banking.java file to start the application:

    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