ammar_atm
v1.0.0
Published
This is the atm functionality generator
Downloads
1
Readme
ATM
This somewhat complex TypeScript/Node.js project is a console-based application. When the system starts the user is prompted with a user id and user pin. After entering the details successfully, the ATM functionalities are unlocked. All the user data is generated randomly.
ATM System
Welcome to the ATM System! This TypeScript program simulates basic ATM functionalities. Users are prompted to enter a user ID and PIN to access their account. The user data is randomly generated, and the program allows users to check their balance, withdraw money, and exit the system.
Features
- User authentication with randomly generated user data.
- Check account balance.
- Withdraw money from the account.
- Simple and interactive command-line interface.
Setup
Make sure you have Node.js installed on your machine.
Install the required dependencies using the following command:
npm install chalk inquirer