LotteryApp

LotteryApp is a web application that generates random Powerball numbers based on user input, including a name and date of birth. Users enter their information through a simple web form with clear input fields and validation messages. After submitting the form, the application instantly displays randomly generated lottery numbers in a responsive interface designed for easy interaction.

Throughout the project, I applied the MVC architecture, developed server-side functionality in C#, and designed the user interface using HTML, CSS, and Razor views. The project strengthened my understanding of web application development, debugging, and problem-solving within the ASP.NET framework.