chagwood / neighborhoodmap

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Udacity Neighborhood Map Project

Project Description

You will develop a single-page application featuring a map of your neighborhood or a neighborhood you would like to visit. You will then 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. You will then research and implement third-party APIs that provide additional information about each of these locations (such as StreetView images, Wikipedia articles, Yelp reviews, etc).

Frameworks/Libraries/APIs Used

  • Google Maps
  • Google Places
  • Google Streetview
  • Knockout.js
  • jQuery
  • Webpack
  • UIkit
  • Flickr Photos Search
  • localStorage

Installation

Requirements

  • Node.js
  • npm

Running the project

  1. Clone the git repo
  2. Enter the cloned directory and run npm install
  3. Run npm run start to launch the webpack server
  4. Open a browser and navigate to http://localhost:8080

About


Languages

Language:JavaScript 89.8%Language:CSS 10.2%