learntocloud / define-the-cloud-site

A .NET Blazor App that is the frontend to definethecloud.guide
https://definethecloud.guide
6 stars 1 forks source link

Add CloudProjectIdea feature and update dependencies #6

Closed madebygps closed 2 months ago

madebygps commented 2 months ago

Updated BlazorBasic.csproj to include Newtonsoft.Json 13.0.3. Modified Definition.razor to display cloudProjectIdea details. Replaced words loop with cloudProjectIdea.Steps loop. Added section for cloudProjectIdea.Resources link. Updated @code section to fetch cloudProjectIdea data. Removed unspecified code from Index.razor. Added CloudProjectIdea.cs defining CloudProjectIdea class.