Skip to content

FrancisValade/hiking-app

 
 

Repository files navigation

Hiking trails Swiss National Park

This application displays the hiking trails in the Swiss National Park. The Swiss National Park is the most highly preserved area in Switzerland and it is a beloved place to go hiking.

View it live

Features

  • Displaying hikes on a 3D map along with the altitude profile, descriptions and images. The altitude profile is automatically generated from the elevation service used in the map. The images are a selection of images marked under creative-commons license from Flickr.

screenshot

  • The hikes can be filtered by Difficulty, Category, Walktime and Ascent. These categories are used to describe the degree of difficulty of the trails, according to the Swiss National Park description.

screenshot

Instructions

  1. Fork and then clone the repo.
  2. Install dependencies with npm install.
  3. Update the config file with your services/data.
  4. Start the development app with npm run start.
  5. The production app can be created with npm run build.

Requirements

  • Notepad or your favorite HTML editor
  • Web browser with access to the Internet

Resources

The following libraries, APIs and datasets were used to make this application:

Releases

No releases published

Packages

No packages published

Languages

  • TypeScript 62.5%
  • CSS 21.9%
  • HTML 9.2%
  • JavaScript 6.4%