Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/farzinzx/atm
This is a simple ATM that made by C
https://github.com/farzinzx/atm
c
Last synced: 2 months ago
JSON representation
This is a simple ATM that made by C
- Host: GitHub
- URL: https://github.com/farzinzx/atm
- Owner: FARZINzx
- Created: 2023-02-08T23:06:44.000Z (almost 2 years ago)
- Default Branch: master
- Last Pushed: 2024-07-17T08:34:50.000Z (6 months ago)
- Last Synced: 2024-10-11T10:53:16.957Z (3 months ago)
- Topics: c
- Language: C
- Homepage:
- Size: 253 KB
- Stars: 3
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
ATM Project
Welcome to the ATM Project repository! This project simulates the basic functionalities of an Automated Teller Machine (ATM) using the C programming language.
Introduction
The ATM Project is a simple console-based application designed to replicate basic ATM functionalities such as checking account balance, withdrawing money, and depositing money.
Features
- Check account balance
- Withdraw money
- Deposit money
- Simple user authentication
- Transaction history
Installation
To install and run the ATM Project, follow these steps:
- Clone the repository:
- Navigate to the project directory:
- Compile the project:
- Run the application:
git clone https://github.com/FARZINzx/ATM.git
cd ATM
gcc -o atm atm.c
./atm
Usage
Once the application is running, follow the on-screen instructions to use the ATM functionalities. You will be able to log in with your credentials, check your balance, withdraw or deposit money, and view your transaction history.
Contributing
We welcome contributions from the community. If you'd like to contribute, please follow these steps:
- Fork the repository
- Create a new branch for your feature or bug fix
- Commit your changes
- Push the branch to your fork
- Submit a pull request
Contact
If you have any questions or feedback, feel free to contact us at [email protected].
Made with ❤️ by FARZINzx