A modern, responsive web application that allows users to explore detailed information about countries worldwide using real-time data from the REST Countries API.
Countries Explorer provides a clean and intuitive interface to search, browse, and view country details such as flags, capital cities, population, and regions. The application focuses on usability, performance, and a polished UI experience.
- Search countries by name
- View country details including:
- Flag
- Capital
- Population
- Region and Continent
- Refresh option to reset search results
- Card-based layout with hover interactions
- HTML5 – Markup and structure
- CSS3 – Styling, layout, and responsiveness
- JavaScript (ES6) – Application logic and API handling
- REST Countries API – External data source
- Fetches country data from the REST Countries API.
- Displays countries in a paginated card layout.
- Allows users to search for countries by name.
- Clicking a country opens a detailed view page.
- Pagination enables smooth navigation through all countries.
- Clone the repository:
git clone https://github.com/anirudhagarwal-dev/Countries-website.git