raffey-atm
v1.0.2
Published
Welcome to Raffey's ATM project! This project simulates an Automated Teller Machine (ATM) interface in the command line. Users can log in with their ID and PIN, check their balance, withdraw money, and exit the ATM.
Downloads
1
Readme
Raffey's ATM
Welcome to Raffey's ATM project! This project simulates an Automated Teller Machine (ATM) interface in the command line. Users can log in with their ID and PIN, check their balance, withdraw money, and exit the ATM.
Features
- User authentication with ID and PIN
- Check account balance
- Withdraw money from the account
- Exit the ATM interface
Installation
Clone this repository to your local machine:
git clone https://github.com/MuhammadRaffey/Project-3-ATM
Install the necessary dependencies:
npm install
OR
- use
npm i raffey-atm
Usage
Run the ATM program:
#You need to be in dist folder node app
2. Follow the prompts to log in with your ID and PIN.
3. Once logged in, choose from the available options to perform actions like checking balance or withdrawing money.
4. When you're done, select the "Exit" option to leave the ATM interface.