GitXplorerGitXplorer
r

neighbourhood_map_react

public
1 stars
0 forks
0 issues

Commits

List of commits on branch master.
Unverified
b8f57c870afdfedeb76ef11107a94031aede9e9c

add error handle for google map api, bouncing effect when activate, tabIndex for a11y

rrose1264 committed 6 years ago
Unverified
7a88aa2cff3ca6156ebe0ff0c384312c3ae67369

update readme

rrose1264 committed 6 years ago
Unverified
fb0f137a446b29f425316783b6ed85a0cbc041cd

foursquare working

rrose1264 committed 6 years ago
Unverified
8ed15217265f094c6d91230830d31137480d0f5d

list click working

rrose1264 committed 6 years ago
Unverified
5b6b96c6766cf7a4d43d32079b0ecd8677e8426c

update readme

rrose1264 committed 6 years ago
Unverified
dfe5d47916a0315c8f61b293cdb4baf5c328914b

add foursquare api

rrose1264 committed 6 years ago

README

The README file for this repository.

Neighbourhood Map React

Project Overview

Neighbourhood Map React is a part of Udacity Web Development Nanodegree project.

My Map is about Manhattan Downtown Coffee & Bar locations, using Google Map Api and Foursquare API as the third party api.

Getting Start

  • Download or clone this repository
  • run 'npm install'
  • run 'atom .' or open other editor, create an .env file at the project root folder.
  • inside '.env' file, create 3 environment variables and set it to your own Google Api Key, Foursquare client id and client secret:
  REACT_APP_API_KEY=YOUR_GOOGLE_API_KEY
  REACT_APP_FOURSQUARE_CLIENT_ID=YOUR_FOURSQUARE_CLIENT_ID
  REACT_APP_FOURSQUARE_CLIENT_SECRET=YOUR_FOURSQUARE_CLIENT_SECRET
  • run 'npm start' (the app will run locally on port 3000 by default)

Service Worker

The service worker is implemented only in the production build

Contributing

When contributing to this repository, please first discuss the change you wish to make via issue, email, or any other method with the owners of this repository before making a change.