Skip to content

SandarvaShakya/country-info

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Country Detail App

Get country details in one go ⚡

Usage

Search for any country names on the search bar to get its details.

Setting up Locally

This project uses two APIs:

API keys will be sent to your inbox after you sign up.

Add the key to the .env file:

cp .env.example .env

Install dependencies 🌟

npm install

Run the server 🚀

npm start

Deployment

This app is hosted using vercel. 🌠

Roadmap

  • Fuzzy match search countries
  • Debounce on search form