Single Page Application to gather and display user preferences, built with .Net Core 3.1, React, Typescript
Open command prompt:
git clone https://github.com/drIsCoding/user-prefs-spa.git
cd user-prefs-spa
dotnet build
dotnet run --project .\UserPrefs.WebUI\UserPrefs.WebUI.csproj
- Navigate in web browser to
localhost:5000
- Edit and Delete user functionality
- Allow users to enter their birth date instead of their age
- Let users search to see if they already submitted their info
- Allow customization of the age groupings in the stats
- Allow users to pick a custom color
- Exporting
- Users table is not immediately updating when a new user is created
- Filtering is case sensitive in the users table for first and last names (searching for "mark" will not return "Mark")