This repository contains a collection of small JavaScript projects and exercises. These were built both during class sessions and through personal practice to deepen my understanding of JavaScript fundamentals and DOM manipulation.
The main goal of these mini projects is to:
- Strengthen core JavaScript skills (variables, functions, arrays, objects, etc.)
- Practice DOM manipulation and event handling
- Explore basic logic and algorithm challenges
- Build confidence with real coding problems, from simple to intermediate level
Here are some of the projects included in this repo:
- β Lights game - Game table, you have to fill the board with lights
- β To-Do List β A simple task manager with add/remove functionality
- β Speech Detection β Web simple voice recognation
- β Guess the word - Guess the words in Spanish
πΉ Some of these were done as part of classwork, while others were side projects I created to challenge myself.
To try out any project:
- Clone the repository:
git clone https://github.com/hugopiramide/hello-javascript.git
- Navigate to the desired project folder.
- Open all of the projects ;)
- HTML5
- CSS3
- JavaScript
These projects are intentionally kept simple and beginner-friendly. They serve