Skip to content

snehal1791/Neighborhood-Map

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

23 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Neighborhood-Map

Ice-Cream & Cocktail Bar Map Project

About

This a Neighborhood Map project in Udacity Frontend Nanodegree Program. The project aimed at building a single-page application featuring an area on Google Maps. For this project I decided to list down ice-cream shops and cocktail bars in Italy and Croatia. The website lists the locations of my interest and can be filtered out through search bar.

The website can be reached at Ice-Cream & Cocktail Bar Website.

  • Clone or download repository by visiting this GitHub Account.
  • Id downloading, then extract all the files.
  • Open index.html on the web browser.

The application also made use of Knockout.JS

  • The documentation for Knockout can be found here.
  • Download/install instructions for Knockout is here.

Gruntfile is being used to generate minified javascript and css files.

  • Grunt is managed via npm the Node.js package manager. Install this here.
  • Install grunt from here.
  • Configuration of Grunt can be found here.
  • Next, task creation, click here.
  • Instruction on grunt-contrib-uglify can be found here.