Skip to content

LAKSHYA2517/Country-Info-Explorer

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

🌍 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:

http://localhost:3000

🧪 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.

About

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.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors