cli_atm_piaic_shaheer
v1.0.1
Published
A cli ATM designed witht the help of chalk and developed using TypeScript. 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 det
Readme
TypeScript ATM using chalk and inquirer - Muhammad Shaheer Kamran
A cli ATM designed witht the help of chalk and developed using TypeScript. 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
Run the ATM on your VSCode
npx cli_atm_piaic_shaheerPackages
Inquirer
npm i inquirernpm --save-dev @types/inquirer -DChalk
npm i chalknpm i @types/inquirer -D
npm i @types/chalk -DNode Modules
npm i node
npm i @types/node