Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

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

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.