==== BETA 1.0 ====
This app is a beta release of a minimal habit tracker that allows users to set custom habits on the pebble app, which will update the pebble application. Once the user logs a habit, the streak tab will be updated.
Please keep in mind this is a very minimal beta application and will be updated with more features and better GUI going into the future.
Feel free to visit the GitHub page to add suggestions, report bugs and more!
Home Interface:
Habit Screen:
Streaks Window:
Access the rebble store here: https://store-beta.rebble.io/faces Once the application is downloaded onto the watch, habits can be saved in the settings page on the pebble application.
If you would like a copy of the code, copy the commands below:
- Clone into the repo
git clone https://github.com/jrohall/pebble_habit_tracker
- View the watch app from your end
pebble build && pebble install --emulator basalt
- View the pebble app configuration
pebble install --emulator basalt && pebble emu-app-config
The code in the application is very messy in the sense that I was unable to use some of the data sructures I was hoping for. I know that it is very repetitive and I hope to fix some of these issues in the future. Thanks for checking this out, from a new pebble developer!
Add additional notes about how to deploy this on a live system
- Pebble SDK - The SDK used
- Pebble-Clay - Pebble app configuration
Not open at the moment, coming soon!
- jrohall - Beta 1.0
- Rebble - for keeping the pebble alive :)
- Pebble UI Examples - https://github.com/pebble-examples/ui-patterns