G1enB1and / neighborhood_map

Udacity Project for Full Stack Nanodegree

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Neighborhood Map Project

Udacity Project for Full Stack Web Developer Nanodegree.

Instructions:

To use this application just open Index.html with any modern browser or click here to open this project hosted on GitHub Pages.
Internet connection required.

Features:

This app uses Google Maps and Foursquare APIs to provide a map with markers
to coffeeshop locations in Dallas, TX. Photo's provided by Foursquare appear in an info window when selected. The list of locations can be filtered using
a text box above the list. Map markers use custom icons and animations.
Selecting a location via the list highlights the corresponding location on the
map and opens it's info window. Selecting a location via it's map marker
highlights its corresponding title in the list. Clicking the map deselects
everything. The list can be toggled closed or open. The design is responsive
and mobile first.

Specifications:

I used knockoutJS Model View ViewModel to separate concerns. JQuery and
standard javascript were also used along with html and css. JSON data was
fetched asynchronously from Foursquare API and Google Maps API.

Licence:

MIT Licesne.

About

Udacity Project for Full Stack Nanodegree

License:MIT License


Languages

Language:JavaScript 75.1%Language:HTML 14.3%Language:CSS 10.7%