A simple project to show searching and filtering in Javascript.
- 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