danjun211 / udacity-neighborhood-map-project

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Udacity Neighborhood Map Project

This application shows my places.

TL;DR

To get started developing right away:

  • clone this repository to your local machine git clone https://github.com/yeolsa/reactnd-project-myreads-starter.git
  • install all project dependencies with npm install
  • [important] put your google map api key into src/googlemap-api-key.json file.
  • start the development server with npm start

visit localhost:3000

Features

  • Showing markers of my neighborhoods on map.
  • Fetching place details and photos using Google place API.
  • Filtering locations.
  • Running in offline mode by service-worker.

About


Languages

Language:JavaScript 83.4%Language:CSS 14.8%Language:HTML 1.8%