GoalTender is a simple Android and iOS app designed to do one thing: help you change habits by creating and tracking simple daily goals. See this article for the inspiration behind this project.
GoalTender is also the first app I've written using React Native. Not sure I'd recommend it as an example, but where I ended with overall code structure both made sense and helped me move faster.
You can install GoalTender from the iOS App Store or the Google Play Store.
GoalTender is specifically designed to be as simple as possible--see the original design reference here.
There are a couple features I'm thinking about next, starting with adding the ability to auth and store data off-device.
Let's follow CONTRIBUTING.md for any pull requests.
Before submitting any changes to the core services, please run the tests. There aren't enough of them, but some of the more error-prone code is covered.
- Steve Martin - Initial work - Fitzcairn
This project is licensed under the Mozilla Public License Version 2.0 - see the LICENSE.md file for details