This is a basic console application developed in C# for learning purposes. The application simulates a simple banking system where users can log in with their debit card and PIN to perform actions such as depositing money, withdrawing money, or checking their balance.
- Install .NET SDK on your machine.
-
Clone the Repository:
git clone https://github.com/your-username/your-repo.git
-
Navigate to the Project Directory:
cd your-repo -
Build the Application:
dotnet build
-
Run the Application:
dotnet run
-
Follow the Instructions:
- The application will prompt you to insert a debit card, enter a PIN, and then choose from options (deposit, withdraw, show balance, exit).
-
Interact with the App:
- Enter the required information and follow the prompts to deposit, withdraw, or check your balance.
-
Exit the Application:
- Select the exit option to close the application.
- This is a test project created for learning C#.
- Feel free to explore the code and make modifications as part of your learning process.