ssg-typescript-atm
v1.0.0
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
typescript-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. This project is created using inquirer library.
To run just type
npm install
tsc && nodex index