Skip to content

Using Java Object Oriented Programming, I have created a simple bank account system that performs functions like deposit , withdraw etc.

License

Notifications You must be signed in to change notification settings

RehanTaneja/Bank-Management-System

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

15 Commits
 
 
 
 
 
 
 
 

Repository files navigation

BANKING SYSTEM SIMULATION

Description

This project simulates the back-end working of a simple Bank Management System. It performs basic functions like creating accounts, withdrawing, depositing as well transfering. This project has been implemented in Java and uses Object Oriented Programming Principles.

Features

  • Deposit Money - Allows users to deposit a specific amount to their account.
  • Withdrawing Money - Enables users to withdraw money from their account while making sure they don't exceed their account balance
  • Check Balance - Displays the current balance on user's account
  • Transaction History - Keeps track of all transactions made in the account

Technologies Used

  • Java - core programming language used for development
  • Object Oriented Programming Principles - Applied for modularity and code reusability

Setup & Installation

  1. Clone this repository:
git clone https://github.com/RehanTaneja/Bank-Management-System.git
  1. Open the project in you preferred IDE (eg. IntelliJ IDEA, Eclipse)
  2. Run the Main.java file to start the banking system

How To Use

  1. On starting the program, you will be prompted to create an account
  2. Once the account is created, you will be shown a menu with different functions using which you can:
    • Deposit - verify password and deposit amount
    • Withdraw - verify password and withdraw amount
    • Check Balance - to see current balance
    • View Transaction History - a list of previous deposits and withdrawals

License

This project is licensed under the MIT Licence - see the LICENSE file for details

About

Using Java Object Oriented Programming, I have created a simple bank account system that performs functions like deposit , withdraw etc.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages