This is a mobile app for tracking various daily statistics and personal bests. You can use it for things like work, education, hobbies, health, or whatever it is you can find it useful for in your personal life. It shows personal bests for numeric stats, has various customization options for stat types, allows setting the date and a comment for each entry and more.
You can download a WORK IN PROGRESS build of this app on the releases page. Keep in mind that future releases could be incompatible with the version you download. However, it will still be possible to change your old backup file to the new format. If you need to have this done, feel free to send an email here: [email protected]. This disclaimer will be removed once this app reaches version 1.0.
If you would like to support this project, feel free to become a patron on Patreon. If you don't want to contribute monthly, you can just wait until your first payment goes through at the start of the next month and unsubscribe. Any and all contributions are greatly appreciated!
This is a list of just some of the planned features:
- Tracking PBs for the year/month
- Tracking worst results
- Showing past PBs
- Seeing a history of all PBs
- Creating formulae that automatically calculate something based on some of the entered numeric stat types
In order to set up the dev environment to contribute to this project you will need to have Git, Node 14+, Yarn, Android Studio and JDK11 installed. See further instructions on how to set up the development environment for React Native here. Clone this repository and run this command in the root directory of this project:
yarn install
Run this command in the same directory to start testing your code:
yarn dev
Use these commands to build a debug APK:
yarn rn-new-version
yarn debug-apk