An open API service indexing awesome lists of open source software.

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

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/)