https://github.com/devmianharoon/atm-working
https://github.com/devmianharoon/atm-working
Last synced: over 1 year ago
JSON representation
- Host: GitHub
- URL: https://github.com/devmianharoon/atm-working
- Owner: devmianharoon
- Created: 2023-10-10T10:08:19.000Z (over 2 years ago)
- Default Branch: main
- Last Pushed: 2023-10-11T06:33:42.000Z (over 2 years ago)
- Last Synced: 2025-01-09T06:21:59.181Z (over 1 year ago)
- Language: JavaScript
- Size: 2.47 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Atm-working
ATM-Machine Develop a TS program that show the working of an ATM machine such
User should login by entering his/her unique account number and a secret PIN
User can check account balance
User can withdraw money
User can check his/her previous transections in the current login
User should be asked at the end of each function that if he/she wants to end transections or perform any other transections if the user choose more transections he/she must be shown all the options again and he / she can perform any transections.
In the current login means if user logged in and performed 5 transections he/she have an option to check these 5 transections If he/she choosed to end the transections the data should be removed.