/Google-Store-Locator.github.io

Javascript and Google Maps API

Primary LanguageJavaScript

Google Store Locator

Using google maps API built a website which identifies the store location of a given dataset of the city .

Plan Of Action

  • Import Google Maps into the Window DONE

  • Add the header Store Locator DONE

  • Add markers of stores to the map DONE

  • Add info window with name of store to each marker DONE

  • Add input box DONE

  • Add store list container

  • Add individual store container

  • Show all the stores in the stores list using store-data.js

  • Open the info window of the marker on store selection in stores list

  • Complete the styling for the marker info window

  • Allow a user to search for stores in a zip code

  • Add a beautiful transition on the hover of an individual store

DONE