About This Project

This website is a web-based Black Jack game created as a development project. The goal of the project was to build a functional and interactive card game while also focusing on user accounts, interface design, and data handling.

Users can create an account, log in, and manage their profile. Each player has a balance that changes depending on the outcome of the games they play. The site also includes a leaderboard where players can see how they compare with others.

The design of the website is inspired by the look of a classic casino table. Colors, layout, and typography were chosen to create a simple but recognizable Black Jack environment while still keeping the interface clean and easy to use.

The project was built using ASP.NET with Razor pages for the website structure and server-side logic. This allows the site to handle user data, game actions, and page updates dynamically.

Overall, this project demonstrates how different parts of a web application can work together — including authentication, database interaction, and front-end design — to create a complete and interactive experience.