Skip to content

Latest commit

 

History

History
148 lines (102 loc) · 3.95 KB

README.md

File metadata and controls

148 lines (102 loc) · 3.95 KB

Pedal Maps

Build Status


Logo

Pedal Maps

Record and view bike trails
Report Bug · Request Feature

Table of Contents

  1. About The Project
  2. Getting Started
  3. Roadmap
  4. Contributing
  5. Contact
  6. Acknowledgements

About The Project

Pedal Maps is an Android and IOS application capable of finding a users location and recording a bike trail they imbark on. As the user travels, polylines are drawn onto the map as well as a timer and milage to track. When the ride is complete the user can save the ride. The user can give the trail a name, rating, and gravel type. The trail is saved to firebase and can then be viewed on the nearby trails screen. The nearby trails screen shows the complete trail, along with bullet points.

Built With

Getting Started

To get a local copy up and running follow these steps.

Prerequisites

Flutter will be required to run application.

  • Install Flutter, and follow installation process.

    https://flutter.dev/docs/get-started/install

Installation

  1. Clone the repo

    git clone https://github.com/ChicoState/PedalMaps.git
  2. Google Maps API

    https://pub.dev/packages/google_maps_flutter
  3. Firebase API

    https://firebase.google.com/docs/flutter/setup
  4. Flutter Run

    flutter run

Roadmap

Contributing

  1. Fork the Project
  2. Create your Feature Branch (git checkout -b feature/NewFeature)
  3. Commit your Changes (git commit -m 'Add some NewFeature')
  4. Push to the Branch (git push origin feature/NewFeature)
  5. Open a Pull Request

Contact

Curtis Figgins: https://github.com/cbfiggins

John Anthony: https://github.com/JohnAnthony98

Josh White: https://github.com/Vulfenstein

Project Link: https://github.com/ChicoState/PedalMaps

Acknowledgements