Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

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

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:



  1. Clone the repository:

  2. git clone https://github.com/FARZINzx/ATM.git

  3. Navigate to the project directory:

  4. cd ATM

  5. Compile the project:

  6. gcc -o atm atm.c

  7. Run the application:

  8. ./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:



  1. Fork the repository

  2. Create a new branch for your feature or bug fix

  3. Commit your changes

  4. Push the branch to your fork

  5. Submit a pull request


Contact


If you have any questions or feedback, feel free to contact us at [email protected].


Made with ❤️ by FARZINzx