A simple Blazor app that allows users to input and save their profile information (first name, last name, phone number, and profile image) to a SQLite database.
blazor-user-profile.mp4
cd src/BlazorUserProfileApp.Server
dotnet runcd src/BlazorUserProfileApp.Client
dotnet run
Once both are running, open your web browser to the address and port provided in the terminal.
