Country Explorer is a React-based web application that allows users to explore information about countries. The application provides a list of countries with basic details and the ability to search for specific countries or filter them by region. Additionally, users can view detailed information about a selected country, including population, currency, languages, and neighboring countries.
Check out the live demo here.
-
Country List:
- Fetches a list of countries from the restcountries.com API.
- Allows searching for countries by name.
- Filters countries by region.
-
Country Details:
- Displays detailed information about a selected country.
- Shows native name, population, region, subregion, capital, top-level domain, currencies, languages, and border countries.
-
Pagination:
- Implements simple pagination for the country list.
-
Responsive Design:
- Utilizes Tailwind CSS for responsive and clean user interfaces.
-
Clone the repository:
git clone <repository_url>
- React
- Axios for API requests
- Tailwind CSS for styling
Contributions are welcome! Feel free to open issues or submit pull requests. For major changes, please open an issue first to discuss the proposed changes.