a single page application featuring a map of Alexandria neighborhood . this map including highlighted locations, third-party data from wikipedia API about those locations and various ways to browse the content.
see the demo at https://neighborhood-map-reactjs.herokuapp.com/
- download the files ,Click
"Clone in Desktop" / "Download ZIP"
. - extract the files.
- Change to root directory.
- Install dependencies:
npm install
. - Start the app:
npm start
(will open the browser on http://localhost:3000). notice : the service worker will only cache the app when production mode running.
should be internet connection to load Google Map API and information about the places from wikipedia Api.
to run the app in production mode open command window at the root directory ,then type npm run build
wikipedia api used in the app to get information a history of the place .
google maps api used in the app to load the Map and markers on places.