Thanks for stopping by.👍
In this project, I called a dictionary api using dotnet console. Daneethedeveloper did an amazing job by adding a Blazor UI to it. Here it is. As .net changes I'm open to learning new ways of approaching the various concepts implemented in the http client project.
- Clone the app to your machine.
- CD into the "src" directory and then "DictionaryBackend" directory.
- Ensure your have dotnet core 3.1 installed. If not download from [here] (https://dotnet.microsoft.com/download/dotnet/3.1) .
- Run the project by typing
dotnet run
and press enter. - The project should open in your browser.