By Irvin Cardoza
Welcome to the Banking System project! This application simulates basic banking operations such as account creation, balance checking, cash deposit, and withdrawal.
- Create Account: Generate a unique account number and set a 4-digit PIN.
- Deposit Cash: Deposit money into an account after PIN verification.
- Withdraw Cash: Withdraw money from an account after PIN verification.
- Check Balance:
- Transfer Money: (in progress)
- A C compiler (e.g., GCC)
- Clone the repository:
git clone https://github.com/irvincardoza/bank-management.git
- Navigate to the project directory:
- Single file, no separate folder
- Compile the source code:
- Requires gcc compiler pre-installed
- Follow the on-screen prompts to navigate through the menu options.
- Use the numeric keys to select different operations.
- Implement the
transfer
function.
Feel free to fork the project, make improvements, and submit pull requests.