This is a simple ATM program written in JavaScript. It allows the user to withdraw and deposit money from an ATM. The program also keeps track of the balance and displays it to the user.
To use the ATM program, simply clone the repository and open the index.html file in your web browser. You can then enter your PIN and select an option to withdraw or deposit money. The program will then prompt you to enter the amount of money you want to withdraw or deposit. The balance will be updated automatically and displayed to you.
You can use the link below to see a demo of the ATM program in action: http://olusure.github.io/ATM/ and try it out for yourself with PIN: 1111. The balance will be reset every time you open the program.
- PIN authentication
- Deposit, loan and withdraw money
- Display balance
- HTML
- CSS
- JavaScript