Skip to content

A simple bank management system written in C, in which users can create an account as well as transfer funds.

Notifications You must be signed in to change notification settings

irvincardoza/bank-management

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

18 Commits
 
 
 
 

Repository files navigation

Banking System in C

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.

Features

  • 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)

Getting Started

Prerequisites

  • A C compiler (e.g., GCC)

Building the Project

  1. Clone the repository:
    git clone https://github.com/irvincardoza/bank-management.git
  2. Navigate to the project directory:
  • Single file, no separate folder
  1. Compile the source code:
  • Requires gcc compiler pre-installed

Usage

  • Follow the on-screen prompts to navigate through the menu options.
  • Use the numeric keys to select different operations.

To Do

  • Implement the transfer function.

Contributing

Feel free to fork the project, make improvements, and submit pull requests.

About

A simple bank management system written in C, in which users can create an account as well as transfer funds.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages