This demo is similar to Variety Shoe. It uses a dataset of countries via @mledoze.
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.
- 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