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).
- Navigate to http://kortiz75.github.io/neighborhood-map to open up the map site
- Filter through list items and markers using search bar
- Click on markers or list items to open info windows with Wikipedia information
- Open index.html in browser
- Filter through list items and markers using search bar
- Click on markers or list items to open info windows with Wikipedia information
- Install Node
- Install Bower in the project directory
- Create a bower.json file in the project directory
- Search for the Bower components you want to use on your project
- Install each component according to the provided documentation
- Add the proper script tag for each component to your HTML file