This is my first exploration into the wonderful world of angularJS. A very simple country database. It uses the restcountries.eu API and hjnilsson/country-flags github list of SVG rendered country flags.
What did I learn from doing this?
- Using Google Material Design AutoCompleter
- Bootstrap Grid Layout
- AngularJS MVC.
Type in the name of a country and it prints out basic information about the country. It uses ngStorage to remember what country you typed in last after a browser reload.
<iframe height=700px width=100% src=’https://linuxsimba.com/country_database.html’/>