Describe your architecture for the coding challenge and what made you choose it?
Sigiloso
I explained that I built the application as a Blazor Server app using a clean architecture design. I chose this approach to ensure separation of concerns, testability, and future scalability. I highlighted how the structure allowed for maintainability and clearly defined boundaries between the UI, business logic, and data access layers.