Skip to content

Comparing two JSON having same properties without order. || Displaying flags of all countries from the data we have from "restcountries API". || Displaying Names, Regions, Sub-Region and Population of all countries from the data we have from "restcountries API".

Notifications You must be signed in to change notification settings

Thangapandi-K/DAILY-TASK-DAY-03

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 

Repository files navigation

DAY 03 TASK

  1. Comparing JSON without order.
    1. Completed in the file comparingJSON.js
  2. Display Flags for all the countries.
    1. Created HTML file and added script.js
    2. In script.js, added all the codes to get the data from restcountries API and display all countries flags.
    3. the code is in the DISPLAY FLAGS folder.
  3. Display Name, Region, Sub-region, Population of all the countries.
    1. Created HTML file and added script.js
    2. In script.js, added all the codes to get the data from restcountries API and display all countries names, regions, sub-regions and populations.
    3. The code is in the DISPLAY DETAILS folder.

About

Comparing two JSON having same properties without order. || Displaying flags of all countries from the data we have from "restcountries API". || Displaying Names, Regions, Sub-Region and Population of all countries from the data we have from "restcountries API".

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published