This project simulates an ATM system using JavaScript objects and control flow logic. Users can log in with their credentials and perform basic banking operations such as checking their balance, withdrawing funds, and depositing money.
It was one of my early exercises while learning how to handle objects, if
/switch
conditionals, and loops in JavaScript. Although simple, it helped me understand how to build interactive logic and manage data dynamically in the browser.
Este proyecto simula el funcionamiento de un cajero automático utilizando JavaScript. El usuario inicia sesión con su identificador y clave, y puede consultar el saldo, hacer giros o depósitos. Fue uno de mis primeros ejercicios prácticos con objetos, bucles y condicionales, y representó un gran paso en mi aprendizaje de programación.
- Vanilla JavaScript
- JavaScript Objects
while
,if
, andswitch
control structures- Browser
prompt()
andalert()
for interaction - Minimal HTML / CSS
-
Open index.html in your browser.
-
Use the following credentials to log in:
- Username: Juan
- Password: 1111