Skip to content

refinedguides/country-search

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Country Search and Filter App

A simple project to show searching and filtering in Javascript.

Features

  • Fetch countries from external API
  • Display country info in a grid
  • Display continent filter as custom dropdown
  • Search country by name, capital, or country code
  • Filter country by continent
  • Display country flag in a modal
  • Close modal on ESC key
  • Display No Result if no filtered countries

Resources