Skip to content

chyknkat/neighborhood-map

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

26 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Neighborhood Map

Purpose of Project

To develop a single-page application featuring a map of a neighborhood. To add additional functionality to this application, including: map markers to identify popular locations or places you’d like to visit, a search function to easily discover these locations, and a listview to support simple browsing of all locations. To research and implement third-party APIs that provide additional information about each of these locations (such as StreetView images, Wikipedia articles, Yelp reviews, etc).

To open through GitHub

  1. Navigate to http://kortiz75.github.io/neighborhood-map to open up the map site
  2. Filter through list items and markers using search bar
  3. Click on markers or list items to open info windows with Wikipedia information

To open locally

  1. Open index.html in browser
  2. Filter through list items and markers using search bar
  3. Click on markers or list items to open info windows with Wikipedia information

Bower building process

  1. Install Node
  2. Install Bower in the project directory
  3. Create a bower.json file in the project directory
  4. Search for the Bower components you want to use on your project
  5. Install each component according to the provided documentation
  6. Add the proper script tag for each component to your HTML file

Releases

No releases published

Packages

 
 
 

Contributors