Developed an interactive Blackjack game using HTML, CSS, and vanilla JavaScript.
Implemented game logic including card dealing, score calculation, and win/loss conditions.
Designed a responsive user interface with dynamic updates to the game state (player hand, dealer hand, score tracking).
Added button controls for player actions such as "Hit", "Stand", and "Double", and handled edge cases like Blackjack or bust scenarios.
The project demonstrates strong understanding of DOM manipulation, event handling, and basic game mechanics.