Skip to content

Latest commit

 

History

History
13 lines (11 loc) · 570 Bytes

File metadata and controls

13 lines (11 loc) · 570 Bytes

neighborhood-map-udacity-project

Usage

  1. Go to Personal Event Map.
  2. Tap an event on the list view or the marker to view more information about an event.
  3. Press the selected event in the list view, its marker, or the x button in the infoWindow to deselect it.
  4. Type in the search bar to filter through events.

For Review

  1. Open Terminal
  2. Change current directory to the projects src folder
  3. Type python -m SimpleHTTPServer 3000
  4. Open chrome and type localhost:3000