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.
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
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.
This project uses third-party works, in part or in full, namely:
google-maps-react
;escape-string-regexp
;- Fetch resturants details from Foursquare API ;
- Shoaa Alsuhaibani