This is one of the last projects in Udacity's Front-End Developer nanodegree. It is a web page that displays the best places you can visit in Almethnab, the goal is to build a responsive (I used Bootstrap) web page that uses Google Maps Javascript API and other API (in my case I used Foursquare), and organize the project by MVVM Model using Knockout.js.
You can see a live demo Here. If you want to run this application locally:
- Clone/download this repository to your client.
- You can double click on index.html, OR: Run a local server in this repository's folder.
You are more than welcome to fix a bug or add a feature, actually, I would love to xD
- Class Material.
- Google Maps Javascript Documentation & Marker Animation.
- Intro to AJAX.
- AJAX call Example.
- Bootsrtap's Documentation.
- Bootsrtap Side Bar.
- Foursquare API Guide.
- Knockout.js [ 1 , 2 , 3 ].
- GitHub Inspiration.