toobtq-02-atm
v1.0.1
Published
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 g
Downloads
2
Readme
Task Given
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 Machine Simulation
This is a simple ATM machine simulation built with TypeScript, inquirer
, and chalk
. It allows a user to log in using their ID and PIN, check their balance, and withdraw cash.
Getting Started
To play this game, follow these steps:
- Clone this repository to your local machine.
- Navigate to the project directory in your terminal.
- Install dependencies by running
npm install
. - Start the ATM by running
tsc && node index.js
. - Follow the prompts to enjoy the Functionalities.
Dependencies
- Node.js
- Inquirer
- Chalk
Note / Request
Please dont copy this "as it is" for your own assignments submissions.