ts-02-atm
v2.0.0
Published
<!-- @format -->
Downloads
2
Readme
TypeScript-project02_ATM
TS Project 02 – ATM:
Description:
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.
What we know from the description:
- Console based
- prompted with user Id and Pin when app starts
- User need to enter detail
- After successfully adding details ATM Functionality unlocked
- All the data is generated randomly