๐ณ Simple ATM System in C#
A lightweight console-based ATM simulation that allows users to check balance, deposit funds, withdraw money, and securely exit the session.
๐ Features
- ๐ Secure PIN validation before accessing features
- ๐ฐ Deposit and withdrawal functions with balance checks
- ๐ Real-time transaction summary
- ๐งน Clean code structure using modular C# functions
- ๐ป Console interface with intuitive menu navigation
๐ ๏ธ Tech Stack
- C#
- .NET Framework / Mono
- Console Application
๐ Getting Started
Prerequisites
- IDE: Visual Studio / VS Code with C# extension
- .NET runtime installed
Installation
- Clone the repo
```bash
git clone https://github.com/suhani866/Simple-ATM-System-in-C-.git
Open the project in your preferred IDE
Build and run the application
โจ Improvements (Coming Soon)
GUI version using Windows Forms or WPF
Data persistence with SQL integration
Multi-user support with authentication
๐โโ๏ธ Author
Suhani Kewat BCA Graduate | Frontend & Backend Explorer | Passionate about responsive, secure apps ๐ฌ LinkedIn โข โ๏ธ kewatsuhani3@gmail.com
๐ License
This project is licensed under the MIT License. Feel free to use, modify, and share.