Skip to content

Latest commit

 

History

History
24 lines (20 loc) · 886 Bytes

readme.md

File metadata and controls

24 lines (20 loc) · 886 Bytes

#Nieborhood Map (Udacity FEND):

This project submitted as part of udacity's Front-end web development course's requirements.

What I used for this project:

  1. Knockout framework.
  2. Google Maps Web API.
  3. Bootstrap for the layout.
  4. AJAX request to Asynchrounsly update parts pf the page.
  5. Wikiedia API.

How to run it:

  • Download this repository.
  • click on clone or download.
  • Then download ZIP.
  • Extract the folder from the Zipped file.
  • Then open index.html on your favorite browser.
  • note that you must have internet connection in order to run this project correctly.

JAVASCRIPT File (app.js):

  • In this file I created the attributes needed for this project such the locations array.
  • It also Included the vm (ViewModel) to provide sepration of the operations from the UI.

Demo

check it here!