https://github.com/saelsa/react-map-app
An interactive app that displays hiking trails in Europe
https://github.com/saelsa/react-map-app
Last synced: 24 days ago
JSON representation
An interactive app that displays hiking trails in Europe
- Host: GitHub
- URL: https://github.com/saelsa/react-map-app
- Owner: saelsa
- Created: 2018-08-09T17:33:52.000Z (almost 8 years ago)
- Default Branch: master
- Last Pushed: 2018-08-11T19:54:41.000Z (almost 8 years ago)
- Last Synced: 2025-11-15T05:29:16.103Z (8 months ago)
- Language: JavaScript
- Size: 160 KB
- Stars: 1
- Watchers: 0
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
### react-map-app
# Discover your next Hiking Destination
## About
This app features an interactive list of hiking routes in Europe. Hiking routes can be either selected via a list view or directly from the map.
It is possible to filter the list by country.
The app is responsive and accessible on all viewports.
## Install
* Download or clone the repo
* Install all dependencies
* start the project
* open in the browser
`npm install`
`npm start`
`localhost:3000`
Notice that this opens the project in development mode. A service worker is only available in production build.
To create a production build the easiest is to use the node serve functionality.
`npm install -g serve`
`serve -s build`
For more information please refer to the [create-react-app](https://github.com/facebook/create-react-app/blob/master/packages/react-scripts/template/README.md#deployment) deployment documentation.
## Dependencies
[create-react-app](https://www.npmjs.com/package/google-maps-react)
[google-maps-react](https://www.npmjs.com/package/google-maps-react)
[muicss](https://www.muicss.com/)
[react-burger-menu](https://negomi.github.io/react-burger-menu/)
## APIs
[Unsplash](https://unsplash.com/developers)
[Google Maps API](https://cloud.google.com/maps-platform/)