This project is a simulation of an ATM (Automated Teller Machine) machine. It is designed to simulate the functions of an actual ATM machine, such as balance inquiry, cash withdrawal, cash deposit, and account transfer, with the facility of data persistence
To use this project, you will need to clone or download the repository onto your local machine. The project is written in c, so you will need to c++ compiler on the system. You can download and install the c compiler using MinGW.
Once you have downloaded the repository, you can navigate to the src folder and run the ATM.C file to start the program. The program will prompt you to enter your account number and PIN to access your account the program currently have 5 users with the pin wrriten itself in the program.
Once you have logged in, you can select the different options available on the menu to perform various actions such as balance inquiry, cash withdrawal, cash deposit.
This project is open for contributions. If you find any bugs or issues, feel free to report them in the issues section of the repository. If you would like to contribute to the project, you can create a pull request with your changes.