Skip to content

This is a Udacity Neighborhood Map, a project for Udacity Front-end Web Developer Nanodegree.

License

Notifications You must be signed in to change notification settings

huks/udacity-neighborhood-map

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

36 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Udacity The Neighborhood Map

Developed for Udacity Front-end Web Developer Nanodegree

A single page application featuring a map of my neighborhood, with functionalities including map markers to identify recommended places from Foursquare API, a search function to easily discover these places, and a listview to support simple browsing of all places.

APIs:

Getting Started

Live Example

A running example of the release 0.0.1 is available here.

Download the source

git clone https://github.com/huks/udacity-neighborhood-map.git

Install Bower

Bower is a command line utility. Install it with npm.

$ npm install -g bower

Bower requires nodes, npm and git.

Install dependencies

Installs the project dependencies listed in bower.json to app/components/.

$ bower install

Run the application

Open app/index.html file in your favorite browser.

Tools Used

Todos

  • Add the venue photo loading UI.
  • Improve the pan animation timing after creating the Info Window
  • Fix the dependency tree isue of Google Maps and Snazzy Info Window (currently 'resolved' by not using aync defer, need improvements) - Use Gulp or Webpack perhaps?