Skip to content

The application allows to search for countries and view detailed information about them, based on the C# Blazor framework and popular REST Countries API.

Notifications You must be signed in to change notification settings

wojciechmarek/rest-countries

Repository files navigation

REST Countries

The application allows you to search for countries and view detailed information about them.

Purpose

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.

Demo

A demo is available at https://rest-countries-wasm.vercel.app.

Screenshot

landing

Used technologies

  • 🎁 Repository: regular Git repository,
  • 🧰 Framework: Blazor (WebAssembly version),
  • 🛠️ Tools: not yet,
  • 🎨 Styling: regular CSS with BEM,
  • 💎 Others: mobile-first, responsive design.

How to start

  1. Clone the repository,
  2. Install .NET 5 SDK (or newer),
  3. Install dependencies with dotnet restore,
  4. Run the project with dotnet run.

About

The application allows to search for countries and view detailed information about them, based on the C# Blazor framework and popular REST Countries API.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published