This project is an implementation of an Automated Teller Machine (ATM) simulation. It provides a basic interface for users to perform common banking transactions such as cash withdrawals,Fast deposite,balance inquiries
- cash withdrawals : User can withdraw cash from their accounts.
- Fast deposite : User can quickly deposite their amount from this feature
- balance inquiries : User can check their account balances.
You can also install my ATM from npm command is "npm i automated-teller-machine_project" and you can also run it on CLI its command is "npx automated-teller-machine_project"
When you run my code in npx it will required pin so pin is 1767
I create this ATM with the help of Typescript,Node.js and Inquirer