This is a simple React web application that displays a list of countries using GraphQL to fetch data from the "https://countries.trevorblades.com/graphql" API. The application allows users to filter and select countries from the list. Features
https://react-graph-ql-app-orcin.vercel.app/
Display a list of countries with details such as name, capital, emoji.
Filter countries by name.
Select a country from the list.
Group results by the value of a "size" field
Technologies Used
React: A JavaScript library for building user interfaces.
Apollo Client: A GraphQL client for managing application data.
Tailwind CSS: A utility-first CSS framework for styling.