Skip to content

A basic ATM simulator (in Spanish) built using JavaScript objects and control flow structures. It includes user login, balance checking, withdrawals, and deposits. This was one of my early projects while learning how to use objects, loops, and conditionals.

Notifications You must be signed in to change notification settings

DavidV125/early-js-atm-simulator

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 

Repository files navigation

Early JavaScript ATM Simulator (early-js-atm-simulator)

📌 Project Description (EN)

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.


📌 Descripción del Proyecto (ES)

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.


Technologies Used

  • Vanilla JavaScript
  • JavaScript Objects
  • while, if, and switch control structures
  • Browser prompt() and alert() for interaction
  • Minimal HTML / CSS

How to Run

  1. Open index.html in your browser.

  2. Use the following credentials to log in:

  • Username: Juan
  • Password: 1111

About

A basic ATM simulator (in Spanish) built using JavaScript objects and control flow structures. It includes user login, balance checking, withdrawals, and deposits. This was one of my early projects while learning how to use objects, loops, and conditionals.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published