mrashid25-atm-project
v1.0.0
Published
NBP ATM CLI Application This project is a command-line interface (CLI) application that simulates an ATM (Automated Teller Machine) for the National Bank of Pakistan (NBP).When the system starts the user is prompted with a user pin. After entering the p
Downloads
3
Readme
NBP ATM CLI Application This project is a command-line interface (CLI) application that simulates an ATM (Automated Teller Machine) for the National Bank of Pakistan (NBP).When the system starts the user is prompted with a user pin. After entering the pin successfully,The application allows users to perform various banking operations such as withdrawing money, checking their balance, transferring funds, depositing money, and using a fast cash option. Acknowledgments This project uses the following libraries:
- Inquirer for user prompts.
- Chalk for colored console output.