👨🎓 Student: Leandro Augusto Romagnoli Junior — juninhoromagnoli11@gmail.com
This repository contains some of my main JavaScript and HTML projects created during the CIS-125 Introduction to Programming Logic course at Southeastern Community College.
Even though I had prior knowledge of programming from self-study, this class helped strengthen my logical thinking, debugging, and structured coding practices through interactive assignments and small games.
- Programming fundamentals (variables, loops, conditionals, arrays, classes)
- Object-Oriented Programming basics
- DOM manipulation and user input with JavaScript
- Algorithmic problem solving
- HTML structure and interaction with JS
A JavaScript-based card dealing simulator that creates a full deck, shuffles it, and deals cards to the player interactively.
View README →
A dice-rolling program that simulates user-selected dice rolls and displays results on screen.
View README →
A simple word-guessing game that randomly selects a word and lets the player guess letters until the maximum attempts are reached.
View README →
A group final project where we designed a classic matching memory game using JavaScript classes, DOM manipulation, and logic control.
View README →
This course helped improve my problem-solving, logical reasoning, and JavaScript programming skills.
It also gave me experience in working collaboratively on coding projects, such as the final Memory Game assignment.