Coder Social home page Coder Social logo

discover-japan's Introduction

Neighborhood Map: Discover Japan

Udacity FEND Nanodegree Program - Project #8

Table of Contents

  • Specification
  • How to view
  • Souces used in code
  • Info material
  • Image Credits
  • Discover Japan Wiki
  • App development based on

Specification

Neighborhood Map: Discover Japan is a single page application featuring a Google map of interesting places in Japan. Each place is shown by default with an individual maker. There is a marker type for historcal towns, for zen garden, for temples and for bamboo gardens. Clicking on one of the markers will open the Google InfoWindow containing information about that place.

The InfoWindow content includes:

  • Title of place
  • A thumnbail image
  • A link to the Wikipedia Website
  • A link to the Website
  • A Wikipedia excerpt using the Wikipedia API

The app provides a filter option that uses an input field to filter both the list view and the map markers displayed by default on load. The list view and the markers update accordingly in real time. Please note, that due to legal restrictions the Google Map individual styling is not working for Korea. Hence the map looks different in these aras at certain zoom factors. If something goes wrong in the process of either loading the Google API, or with the WikiPedia API, different error windows and / or messages are shown.

How to view

Development mode

  1. Clone the repo using this command:
git clone https://github.com/cimwies/myreads.git
  1. Install
  • Dependencies: Node.js v0.12.7 or above
  • Then checkout the project and run:
npm install
  1. Running
npm start
  1. Using the app

With your server running, visit the site: http://localhost:3000, and discover some intersting places in Japan.

PLEASE NOTE: The service workers for this app will only cache the site when it is in production mode.

Production Mode

  1. First run the command
npm run build
  1. Navigate to the build directory and run a localhost server. If you have Python 2.x installed you can run the Python Simple Server like this.
python -m SimpleHTTPServer 8080

For Python 3.x, the command is:

-m http.server 8080
  1. Navigate to http://localhost:8000 in your browser

Sources used in Code

Image Credits

App development based on

Google Map React Component Tutorial

discover-japan's People

Contributors

cimwies avatar dependabot[bot] avatar

Watchers

James Cloos avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.