eatery-app is a simple service that provides reviews of restaurants around you.
Download the project and go to ìndex.html file ligne 278 and remplace YOUR API KEY by your Google Map API KEY to preview how project works.
<script async defer
src="https://maps.googleapis.com/maps/api/js?key="YOUR API KEY"&libraries=places&callback=init"
type="text/javascript">
</script>