Skip to content

Instantly share code, notes, and snippets.

@r1ckhenry
Created July 19, 2016 12:23
Show Gist options
  • Save r1ckhenry/707bab1a7d55f65a0a22d5ba14cb7ed7 to your computer and use it in GitHub Desktop.
Save r1ckhenry/707bab1a7d55f65a0a22d5ba14cb7ed7 to your computer and use it in GitHub Desktop.
AJAX Countries

#Rest Country API Lab/Homework

  • Make a select drop down with all the countries,
  • Display the country name, population, capital city of the country that is selected.
  • Persist the last country that was selected
  • Style

Further: Add new functionality. eg

  • Show bordering countries and their statistics.
  • Filter select to only show countries in a region, sub-region.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment