https://github.com/davidv125/early-js-va-menu
One of my first JavaScript projects, built as part of an introductory module to practice conditionals('if'/'else', 'switch'), functions, and basic input/output.
https://github.com/davidv125/early-js-va-menu
beginner-project customer-service frontend if-else interative-menu javascript
Last synced: 4 months ago
JSON representation
One of my first JavaScript projects, built as part of an introductory module to practice conditionals('if'/'else', 'switch'), functions, and basic input/output.
- Host: GitHub
- URL: https://github.com/davidv125/early-js-va-menu
- Owner: DavidV125
- Created: 2025-03-31T00:00:17.000Z (6 months ago)
- Default Branch: main
- Last Pushed: 2025-04-03T05:45:10.000Z (6 months ago)
- Last Synced: 2025-06-02T03:25:16.289Z (4 months ago)
- Topics: beginner-project, customer-service, frontend, if-else, interative-menu, javascript
- Language: JavaScript
- Homepage: https://davidv125.github.io/early-js-va-menu/
- Size: 667 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# 📌 Description (English)
This was one of my first JavaScript projects, created as part of an introductory module. The goal was to build an interactive customer assistant menu using prompt() and alert() to simulate a simple customer service chatbot.
At the time, it was a real challenge to implement logic using 'if', 'switch', and functions properly, but it marked a key moment in my learning journey.
# 📌 Descripción (Español)
Este fue uno de mis primeros proyectos desarrollados durante mi aprendizaje inicial de JavaScript. El objetivo era crear un menú interactivo utilizando prompt() y alert() que simulara un asistente virtual para clientes. En ese momento, el desafío fue implementar correctamente funciones, condicionales if, y estructuras switch.
En su momento representó un hito importante en mi proceso de aprendizaje y por eso lo incluyo aquí.## 🔧 Technologies Used
- Vanilla JavaScript
- prompt() / alert() for user interaction
- 'if/else' and 'switch' conditionals
- Modular functions
- Minimal HTML