Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
8 changes: 4 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,14 +1,14 @@
# ATM-Machine
###ATM-Machine Project
### ATM-Machine Project
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

###Installation
### Installation
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.

###Usage
### Usage
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.

###Contributing
### Contributing
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.