Countries Explorer is a responsive web application that allows users to search and explore detailed information about countries worldwide using the REST Countries API.
https://countries-explorer-opal.vercel.app/
- Search countries by name
- Fetch real-time data using REST API
- Display capital, population, region
- Show currencies and languages
- Display country flag
- Error handling for invalid input
- Responsive and clean UI
- HTML
- CSS
- JavaScript
- REST Countries API
countries-explorer/
│── index.html
│── style.css
│── script.js
│── README.md
- User enters a country name
- App sends a request to the API
- Data is fetched and processed
- Country details are displayed dynamically
-
Clone the repository: git clone https://github.com/Monia1801/countries-explorer.git
-
Open the folder
-
Open
index.htmlin your browser
- Dark mode
- More country details (timezones, borders)
- Autocomplete search
- Favorites feature
Monia Voona
GitHub: https://github.com/Monia1801
If you like this project, give it a ⭐ on GitHub!