/Bank-App

Welcome to the Simple Banking System, a user-friendly C++ program that simulates a basic banking experience.

Primary LanguageC++

Simple Banking System ๐Ÿ’ฐ๐Ÿ’ณ

Welcome to the Simple Banking System, a user-friendly C++ program that simulates a basic banking experience. Manage your accounts, make deposits, withdraw cash, and check your account balance with ease. ๐Ÿฆ

Features ๐ŸŒŸ

  • ๐Ÿ’ผ Create a new bank account with an account holder's name and an initial balance.
  • ๐Ÿ’ธ Deposit money into an existing account.
  • ๐Ÿ’ณ Withdraw money from an existing account.
  • ๐Ÿงพ Check the balance of an existing account.
  • ๐Ÿ“‹ User-friendly menu interface for a hassle-free experience.

Usage ๐Ÿš€

  1. Compile the program: Use your favorite C++ compiler, like g++, to build the program:

    g++ main.cpp -o banking_system
  2. Run the program: Start the Simple Banking System:

    ./banking_system
  3. Enjoy the experience: Follow the on-screen instructions to easily manage your accounts and transactions.

License ๐Ÿ“œ

This program is distributed under the GNU General Public License, Version 3 - your gateway to use, modify, and share this software freely! ๐Ÿ†“ For full details, see the LICENSE file.

Disclaimer ๐Ÿ™…โ€โ™‚๏ธ

Please remember that this program is designed for educational purposes and is not suitable for real-world, production-level banking. It lacks advanced security features, data persistence, and other features necessary for real-world use. Keep your transactions here for learning and experimenting! ๐Ÿ‘จโ€๐Ÿ”ฌ๐Ÿ‘ฉโ€๐Ÿ”ฌ