/neighboorhood-react-map

An app leveraging Google Maps API and React.

Primary LanguageJavaScript

Neighborhood Map Project

This project was developed through the Udacity - Front-End Web Developer Nanodegree Program.

Built with: HTML, CSS, JavaScript, React and API usage.

Project description:

  • A single page application featuring a neighborhood map and a listing of libraries in Plano, Texas.
  • The Google Maps API is used to generate the map. The Foursquare API is used to get information to display when a marker is clicked. Information such as photos, address, rating, likes and tips are displayed.
  • A filter feature and animations makes it easy to navigate between the Markers.
  • This application follow this Udacity Project Rubric

Instructions for load the application:

Development Mode

  • Download or Clone the Repository.
  • Install all project dependencies with npm install
  • Start the server with npm start

Production Mode

  • To create a production build use npm run build
  • Navigate to the build directory and start the server with npm run deploy
  • This mode includes a Service Worker.

Resources:

Udacity Guides:

License:

The content of this repository is licensed under a MIT license.