playing with .NET Core MVC and Razor views
- Created basic UI for listing of shopping cart (
done
) - Add EF Core and database migration(
done
) - Create partial view , view component and custom tag helper for UI (
done
) - Create routing and navigation(
done
) - Add new form for placing order (
wip
)