Skip to content

Latest commit

 

History

History
42 lines (31 loc) · 1.24 KB

File metadata and controls

42 lines (31 loc) · 1.24 KB

atm-console

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.

How to Run the App

Prerequisites

Steps

  1. Clone the Repository:

    git clone https://github.com/your-username/your-repo.git
  2. Navigate to the Project Directory:

    cd your-repo
  3. Build the Application:

    dotnet build
  4. Run the Application:

    dotnet run
  5. 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).
  6. Interact with the App:

    • Enter the required information and follow the prompts to deposit, withdraw, or check your balance.
  7. Exit the Application:

    • Select the exit option to close the application.

Notes

  • This is a test project created for learning C#.
  • Feel free to explore the code and make modifications as part of your learning process.