Skip to content

Sunshine-coding/Country-API-search

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

19 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Search & Sort data about country

1. Introduction

Users can search country's information(by name, capital, population, region, subregion, languages, currencies, flag)

and users can sort the info in ascending/descending order.

Demo video

2. Features

  • Fetch data from URL URL : https://restcountries.eu/rest/v2/all"
  • Extract the necessary data from JSON and store it
  • Search data by any word in data value
  • Sort the data in ascending/descending order
  • Display the result(searched, sorted) data

3. Demo

  • Search countries Demo image
  • Sort countries Demo image