Skip to content

ITCraftship/map-proximity-task

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Proximity of points on map

High level overview

You are tasked with creating a simple map application, that displays breweries and their details on a map. Here is a video example and explanation of what you need to build:

Video Instructions

Checklist

  • Use the data from the openbrewerydb API to display the breweries on the google maps. (2 points)
  • Find a solution for grouping nearby breweries markers together, when zooming out. (2 points)
  • If the user clicks on the group then there we generate a list of all items from the selected group using AngularJS. (2 points)
  • If the user selects an item from the list then we zoom into the brewery marker. (2 points)
  • Lastly if we click on the marker then we show a popup with the name of the brewery. (2 points)
  • As a bonus the breweries should have a nice beer icon (2 points)

Startup instructions:

The project uses NPM and NodeJS. Install one (ideally using NVM) if you don't have it and install packages using:

npm i

Start the application using:

npm start

Navigate to http://localhost:8584 in your browser.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published