A simple, modular, and extensible Banking System built in C# (.NET).
This project demonstrates core banking operations such as creating accounts, depositing, withdrawing, and managing stored data—making it a perfect learning project or foundation for a more advanced financial application.
- ✔️ Create and manage bank accounts
- ✔️ Deposit & withdraw funds
- ✔️ Data persistence (file or custom repository depending on your implementation)
- ✔️ Clean folder structure with separation of concerns
- ✔️ Easy to extend with new features (transfers, authentication, etc.)