Munro Bagger is a fully responsive web application that allows an authenticated user to track and store different mountains (over 3000ft) climbed around Scotland, known as munros. This app utilises a variety of APIs including munro details and map locations, integrates map technology from tom-tom, authentication and a firebase backend for data storage. The app also aloows the user to filter groups of munros by region, to show which mountains are clustered together.
This responsive project was created by Steve Vance, Chris Fraser and James Fraser and was bootstrapped with Create React App.
The application is hosted on Firebase.
- Clone this repo to your local machine
Install packages
> npm install
Start the application
> npm start
Runs the app in the development mode. Open http://localhost:3000 to view it in the browser.