Skip to content

Single page map application using react and google maps api. Requirement project for udacity FEND program.

Notifications You must be signed in to change notification settings

shoa48/london-chinese-restaurants

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Chinese Restaurants in London Project

This project is a google map based app that allows you to search and show chinese restaurants in london and there addresses on the map. And it uses service worker to run offline. * NOTE: The service worker only work on in production mode and since google-maps-react dosent support offline, the app may fail in registering service worker.

Getting Started

Install and Run the Project

Download the project as zip file then uncompress it or fork it, then go to the root folder and run these commands:

  • install all project dependencies with npm install
  • start the development server with npm start

Install and Run the Project in Production Mode

Download the project as zip file then uncompress it or fork it, then go to the root folder and run these commands:

  • install all project dependencies with npm run build
  • start the server with serve -s build then browse it locally with the port served.

Credits

This project uses third-party works, in part or in full, namely:

Authors

  • Shoaa Alsuhaibani

About

Single page map application using react and google maps api. Requirement project for udacity FEND program.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published