Skip to content

ixd-system-design/countries-json

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

9 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Countries

This demo is similar to Variety Shoe. It uses a dataset of countries via @mledoze.

Sorting

A key feature in this demo is the sorting of data. In particular it's possible to sort an array of objects based on some common property that all those objects have. The array sort function is quite useful here. In this demo, Countries are sorted by area.

Learning Prompts

  • Modify the template to show additional properties for each country.
  • Challenge: For each country, include a bullet list of all languages.
  • Use CSS to create a grid layout

About

Traversing and sorting a more complex and nested set of JSON data about countries and correlating country codes with flags.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors