@ikhlasbano/atm-service-machine
v1.0.0
Published
This command-line application, built with TypeScript and Node.js, simulates an ATM service, allowing users to perform basic banking operations such as checking balance, depositing funds, withdrawing funds, and fast cash withdrawal.
Downloads
1
Readme
ATM Service (TypeScript & Node.js)
This command-line application, built with TypeScript and Node.js, simulates an ATM service, allowing users to perform basic banking operations such as checking balance, depositing funds, withdrawing funds, and fast cash withdrawal.
Features
- PIN Code Verification: Users must enter their PIN code(9876) to access their account.
- Check Balance: Users can check their account balance.
- Deposit: Users can deposit funds into their account.
- Withdraw: Users can withdraw funds from their account, provided they have sufficient balance.
- Fast Cash Out: Users can quickly withdraw preset amounts of cash.
Prerequisites
- Node.js installed on your machine.
- npm (Node Package Manager) installed on your machine.
Contributing
Pull requests are welcome. For major changes, please open an issue first to discuss what you would like to change.
Feel free to customize the README further to add any additional information or instructions you think would be helpful for users. Happy banking!