Add Blazor WebApp and rework data handling to utilize Entity Framework

This commit is contained in:
2025-09-11 11:49:48 -04:00
parent 5220e61c79
commit 3daa3b81b3
111 changed files with 6039 additions and 946 deletions
+13
View File
@@ -0,0 +1,13 @@
@page "/"
@inject IConfiguration Configuration
<PageTitle>Home</PageTitle>
<MudText Typo="Typo.h2">TSA Chapter Organizer</MudText>
<MudText Typo="Typo.h3">@Configuration["ChapterSettings:Name"]</MudText>
<MudLink Href="events">
<MudCard>
<MudCardHeader>Events</MudCardHeader>
</MudCard>
</MudLink>