Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/anandpiyush1521/atm-console-app
ATM Console App
https://github.com/anandpiyush1521/atm-console-app
asp-net csharp
Last synced: 4 days ago
JSON representation
ATM Console App
- Host: GitHub
- URL: https://github.com/anandpiyush1521/atm-console-app
- Owner: anandpiyush1521
- Created: 2024-04-01T08:58:43.000Z (10 months ago)
- Default Branch: main
- Last Pushed: 2024-04-02T13:45:11.000Z (10 months ago)
- Last Synced: 2024-11-25T20:12:29.621Z (2 months ago)
- Topics: asp-net, csharp
- Language: C#
- Homepage:
- Size: 86.9 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: Readme.md
Awesome Lists containing this project
README
# Simple ATM System
This is a simple ATM (Automated Teller Machine) system implemented in C#. It allows users to perform basic banking operations such as depositing money, withdrawing money, and checking their account balance. Users are prompted to enter their card number and PIN to access their account.
## Features
- **Secure Access**: Users must enter their card number and PIN to access their account, ensuring security.
- **Deposit**: Users can deposit money into their account.
- **Withdraw**: Users can withdraw money from their account, provided they have sufficient funds.
- **Balance Inquiry**: Users can check their account balance.## Usage
1. Run the program.
2. Enter your card number when prompted.
3. Enter your PIN when prompted.
4. Choose from the available options:
- `1`: Deposit money
- `2`: Withdraw money
- `3`: Check balance
- `4`: Exit## Requirements
- [.NET Core](https://dotnet.microsoft.com/download) runtime or SDK to compile and run the program.