React-style data UI
Healthcare Cloud Data
Build a simple browser interface that helps teammates inspect records, filters, validation results, and pipeline status.
What this bullet means
The employer mentions a web UI, so a portfolio project should show clean frontend thinking even if the main role is data-heavy.
Sample app idea
Pipeline Review Console with filters for date, source, event type, schema result, and review status.
Main build outline
- Create a clean data-review screen with table, filters, status pills, and selected-record details.
- Add empty, loading, error, and no-results states.
- Make the layout readable at desktop and smaller screen widths.
- Use clear labels so non-experts can understand the validation results.
- Document the UI decisions and how they support engineering review work.
Portfolio proof
- Desktop and responsive screenshots of the pipeline review console.
- Screenshot of filters, status tags, and selected-record details.
- UI notes explaining empty, error, loading, and no-results states.
Minimal documentation
- README with the business problem, screenshots, setup notes, and technology stack.
- One requirements note that maps the job bullet to the sample feature.
- One test plan note with happy path, validation, and edge case checks.
- One honest portfolio note that says this is self-directed practice, not employer work.
Modern .NET stack
- Blazor Server or ASP.NET Core Razor Pages.
- C# services with validation and dependency injection.
- SQL Server locally, then SmarterASP SQL Server or Azure SQL.
- Optional Azure App Service, GitHub Actions, Docker, and AI helper feature.