Skip to content

Neighborhood Map project for the Udacity FrontEnd Nanodegree

Notifications You must be signed in to change notification settings

psdcode/fend-neighborhood-map

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Tokyo Museum Map Guide

Final project for Udacity's Front-End Web Developer Nanodegree.

General Overview

This single-page app is an interactive Google Maps based guide to select museums in Tokyo, Japan. Detailed information for each location is provided via Yelp's business directory.

Viewing & Build Instructions

  1. Download and unzip the repository.
  2. Navigate to the 'dist' folder and open 'index.html' in a web browser.

Alternatively, you may build the production code yourself from source.

  1. Download and unzip the repository.
  2. Navigate to the downloaded directory and run 'npm install' from the command line.
  3. Run 'grunt build' from the command line.
  4. Navigate to the 'dist' folder and open 'index.html' in a web browser.

Usage Tips

  • Information about a specific museum from Yelp's business directory can be displayed by either clicking its corresponding marker on the map or name in the sidebar. To navigate in a new tab to the museum's Yelp page click the 'Yelp' logo or 'Based on ... reviews' text.
  • On smaller screens the sidebar is hidden by default. It can be revealed by clicking the 'hamburger' menu button in the top right corner of the screen. Clicking again on the menu button or anywhere on the map will hide the sidebar.
  • To search for a specific museum by name, enter a query into the text box in the top left corner of the screen to automatically filter the list of available museums. If only one museum matches the query, its information window will automatically open.
  • Once a museum's information window is open, it is possible to navigate to neighbouring museums on the list by pressing the arrow buttons at the bottom of the information window.
  • To reset the map to its initial view and display all available museums press the 'Reset Map' button next to the search box in the top left corner of the screen.

Tools and Resources Used

Attribution

  • Official tool & resource documentation
  • Udacity Forums
  • General information from various online blog entries and StackOverflow posts

License: ISC 2017

About

Neighborhood Map project for the Udacity FrontEnd Nanodegree

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published