This project is a simple ATM simulator written in TypeScript. It allows users to perform basic ATM operations such as withdrawing money, depositing money, and checking their balance.
1- Clone the repository: git clone https://github.com/your-username/your-repository.git
2- Install dependencies: npm install
3- Run the ATM simulator: npm start
4- Follow the on-screen prompts to use the ATM simulator.
Secure PIN entry using asterisks to mask the input. Ability to withdraw money from the account. Ability to deposit money into the account. Ability to check the account balance.
Add support for multiple accounts. Implement transaction history. Improve error handling.