An open API service indexing awesome lists of open source software.

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.

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