This project is a simple product showcase application built using the Blazor framework. The chosen hosting model for this application is Blazor WebAssembly. The primary purpose of this app is to demonstrate a collection of products with their details in a user-friendly manner.
- Display a list of products with information such as product name, price, availability, and delivery date.
- Visually distinguish products that are "In Stock" in green and "Out of Stock" in red.
- Utilizes Blazor components and Razor syntax for dynamic rendering of product information.
- Responsive design to ensure a seamless user experience on various devices.
- Blazor WebAssembly: The client-side Blazor framework for building interactive web applications.
- HTML, CSS, and Razor: Used to create the user interface and style the application.
- C#: The primary programming language for server-side logic and data manipulation.