node-automated-teller-machine
v1.0.0
Published
An automated teller machine (ATM) simulation built with TypeScript, Node.js, and Inquirer.js for command-line interaction.
Downloads
4
Readme
TypeScript ATM
An automated teller machine (ATM) simulation built with TypeScript, Node.js, and Inquirer.js for command-line interaction. This project demonstrates how to create a command-line application that mimics the functionalities of a real ATM, including user authentication, balance inquiries, and withdrawals.
Features
- User Authentication: Secure login system with PIN verification.
- Withdrawals: Withdraw money from your account with balance checks.
- Balance Inquiry: Check your current account balance.