- This project is the fifth major project for the Front-End Nanodegree Program by Udacity. This application is a local neighborhood map listing some of the best ice cream spots around Irvine, California - ranging from the top rated establishments listed on Foursquare.
- Develop a single-page application featuring a map of a particular neighborhood.
- Add additional functionality to this application, including: map markers to identify popular locations or places to visit, a search function to easily discover these locations, and a list-view to support simple browsing of all locations.
- Research and implement third-party APIs that provide additional information about each of these locations (such as StreetView images, Wikipedia articles, Yelp reviews, etc).
- Additional info can be listed in Udacity's Neighborhood Map Rubric
I first decided to draw inspiration through Github from other projects to understand the flow, design and methodologies of other developers who have also undertaken the same project for Udacity. This was to also get a better understanding of other build tools/APIs used for the development of the app, the additional resources they used to help build their projects, as well as the overview of their file organization and practice.
List of developers & links to their reference projects:
- Google Maps API
- Foursquare API
- Bootstrap JS framework
- Knockout JS framework
- Bower package manager
- Snazzymaps - Mapbox Clean Theme
To see the application running, go to live version or download it from this Github repository and load the index.html into your browser. Please address any issues that need to be address here
This project is licensed under the MIT LICENSE
Copyright 2017 Julius Vergara
Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions:
The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software.
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.