Skip to content

πŸš€ Bank Management System 🏦 that allows users to create, modify, and manage accounts, perform transactions πŸ’Έ, and log actions for record-keeping πŸ“„!

Notifications You must be signed in to change notification settings

a9na/bank-menagerie

Folders and files

NameName
Last commit message
Last commit date

Latest commit

Β 

History

8 Commits
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 

Repository files navigation

Bank Management System 🏦

Bank Management System that allows users to create, modify, and manage accounts, perform transactions πŸ’Έ, and log actions for record-keeping! πŸ“„

Table of Contents πŸ“š

Features ✨

  • Create new bank accounts πŸ†•
  • Deposit and withdraw money πŸ’°
  • Check account details πŸ”
  • Modify account information ✏️
  • Delete accounts ❌
  • Show all accounts πŸ“‹
  • User-friendly console interface πŸ–₯️

Technologies Used πŸ› οΈ

  • C++
  • C++ Standard Library
  • Header files for structure and organization πŸ“

How to Run the Project πŸš€

  1. Clone the repository:
git clone https://github.com/yourusername/bank-management-system.git
  1. Navigate to the project directory:
cd bank-management-system

Compile the code using a C++ compiler:

g++ main.cpp bankmanagement.cpp -o bank_management

Run the program:

./bank_management

Code Structure πŸ“‚

bank-management-system/
β”‚
β”œβ”€β”€ main.cpp               # Main program logic πŸ’»
β”œβ”€β”€ bankmanagement.h       # Header file for bank management class πŸ›οΈ
β”œβ”€β”€ bankmanagement.cpp     # Implementation of bank management functions βš™οΈ
└── README.md              # Project documentation πŸ“„

Usage πŸ’‘

Choose an option from the menu:

Create New Account πŸ†•
Deposit Money πŸ’΅
Withdraw Money πŸ’³
Check Account Details πŸ”
Modify Account ✏️
Delete Account πŸ—‘οΈ
Show All Accounts πŸ“Š
Exit πŸšͺ
Follow the prompts to perform actions related to bank accounts.

About

πŸš€ Bank Management System 🏦 that allows users to create, modify, and manage accounts, perform transactions πŸ’Έ, and log actions for record-keeping πŸ“„!

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages