Project Overview
The Blackjack Game is a browser-based implementation of the classic casino card game, developed using vanilla JavaScript, HTML, and CSS. The goal of the game is to draw cards and achieve a total sum of 21 (Blackjack) without exceeding it. Players start with two random cards, can draw additional cards, and the game dynamically updates to reflect the player’s progress, status, and outcomes.
This project showcases my ability to build interactive web applications using fundamental web development technologies while focusing on user experience and clean code.