/rest-react-countries-of-the-world

A simple React app interacting with the restcountries.com api

Primary LanguageTypeScript

Countries of the World

This project is a web application that displays information about different countries. It uses the Rest Countries API to fetch country data and provides features like searching, sorting, and detailed views for each country.

Features

  • List of countries with details like name, population, and flag.
  • Search functionality to filter countries.
  • Sorting functionality to sort countries by different parameters.
  • Detailed view for each country with additional information.
  • Map view for each country using Mapbox GL.
  • SEO-friendly with dynamic title and meta tags for each page.

Technologies Used

Installation

To install the dependencies, run:

yarn

To start the development server, run:

yarn dev

The application will start on http://localhost:5173