🌍 Country Info Explorer A Node.js + Express.js web application that uses the REST Countries API to display detailed information about any country selected from a dropdown.
🚀 Features Dynamically fetches the full list of countries using REST Countries API
Displays capital, population, region, flag, currency, languages, and more
Clean, responsive UI built with Tailwind CSS
Fully server-rendered using EJS
📦 Technologies Used Node.js
Express.js
Axios
EJS Templating
Tailwind CSS
REST Countries API
🖥️ Setup Instructions
Navigate into the project folder:
cd Country-Info-Explorer
Install dependencies:
npm install
Start the server:
node app.js
Open your browser and go to:
🧪 Example Search for "India" or "Germany" and view flag, population, region, currency, language, and Google Maps link.
🌐 API Reference REST Countries API
📄 License This project is open-source and available under the MIT License.