The application allows you to search for countries and view detailed information about them.
The purpose of the application is to learn how to use Microsoft's Blazor framework (WebAssembly version) and use the popular REST Countries API to get data about countries.
A demo is available at https://rest-countries-wasm.vercel.app.
- 🎁 Repository: regular Git repository,
- 🧰 Framework: Blazor (WebAssembly version),
- 🛠️ Tools: not yet,
- 🎨 Styling: regular CSS with BEM,
- 💎 Others: mobile-first, responsive design.
- Clone the repository,
- Install .NET 5 SDK (or newer),
- Install dependencies with
dotnet restore
, - Run the project with
dotnet run
.