/Neighborhood_Map_Project7

Neighborhood Map App Project that uses React, Google Maps, and Foursquare API to present map with filtered markers for Coffee Shops in Las Vegas.

Primary LanguageJavaScriptMIT LicenseMIT

Neighborhood Map App Project

This is the final project (#7) of the Udacity's FEND Grow with Google Nanodegree program of 2018.

Overview

Project 7 was to create an app that uses a Map API and other venues type API's to show locations on a map via markers with a filtered list of those locations. This project uses React, Google Maps, and Foursquare API (https://developer.foursquare.com/) to present a map and markers of places to get coffee in Las Vegas (esp after a long night or early morning in Vegas).

How to Run

  • Clone this repo

To test the project without service worker

  • Install all project dependencies with npm install
  • Start the application server with npm start

To see service worker, (only works when in production mode)

  • Run npm run build
  • Run serve -s build
  • then deploy the project

Required Packages

All dependencies are included in the package.json file. No external packages (other than the ones you originally got with these files) are required to run this application.

Resources Used