Skip to content

karthicktheexplorer/Bank-Application-Java-console_based--project

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 

Repository files navigation

Bank Console Application 🏦

A simple console-based banking system application developed in Java.

Table of Contents

Introduction

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.

Features

  • ✨ Create a new account
  • ✨ Check account balance
  • ✨ Deposit funds into an account
  • ✨ Withdraw funds from an account
  • ✨ View demo accounts

Getting Started

To use this application locally, follow these steps:

  1. Clone the repository: git clone https://github.com/ADVindiancoder/bank-console-application.git
  2. Navigate to the project directory: cd bank-console-application
  3. Compile the Java source files: javac com/advindiancoderVinayKumar/*.java
  4. Run the application: java com.advindiancoderVinayKumar.Main

Usage

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.

Contributing

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.

License

This project is licensed under the MIT License. Feel free to use, modify, and distribute this code as per the terms of the license.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Java 100.0%