A one-page website that allows you to quickly find and select a country's name using the auto-complete feature.
- Using JSON array stored locally and filters through it;
- On click, shows the country's location on Google maps.
Public
- CSS
- JS
Src
- JSON array
- Handler
- Server
- util
Test
- test
What we've learned:
- How to write in ECMA6.
- Linking the server side and client side and exchanging information between them.
- How to create and test servers locally.
- How to use the Heroku platform.