JavaScript Learning Journey

Building skills through hands-on projects

Learning in Progress

These projects are part of my JavaScript learning course, focusing on DOM manipulation, event handling, and game logic implementation.

Projects

01

Guess My Number

Interactive number guessing game with score tracking and high score persistence.

DOM Events Game Logic State Management
View project
02

Modal Component

Reusable modal component with keyboard navigation and accessibility features.

DOM Manipulation Event Listeners CSS Classes
View project
03

Pig Game

Strategic two-player dice game with risk management and turn-based mechanics.

Game Logic Player States Random Numbers
View project