jogzilla is a run-tracker application developed with Flutter.
Click here for a video demo.
These instructions will get you a copy of the project up and running on your local machine for development and testing purposes.
- The latest version of Flutter and Dart installed on your local machine.
- A Mapbox account with a valid API key
- Some patience
Step 1:
Download or clone this repo by using the link below:
https://github.com/pr4aveen/jogzilla.git
Step 2:
Go to project root and execute the following command in console to get the required dependencies:
flutter pub get
Step 3:
Go to project root and create a new file api_key.dart
. In that file, add the following line
const API_KEY = "YOUR_API_KEY_HERE";
jogzilla is released under the MIT License - see the LICENSE.md file for details