A React Native mobile app for tracking different detoxes and keeping a journal of relapses.
fortisman.demo.mp4
-
Track multiple detoxes at once
-
Add journal entries for each detox
-
View, bookmark and share motivational quotes
-
Progress counter and ranks
-
Dark mode and light mode
Platform | Version | Link |
---|---|---|
Android | 1.0.0 | Download |
iOS | 1.0.0 | unavailable |
- Fork this repository and clone it
- Run
npm install
to install dependencies Note forpnpm
users: You may need to disable symlinking by creating.npmrc
and adding"node-linker" = "hoisted"
. - Run
npm run start
to run the app in dev mode
- Follow step 1 and 2 above
- Run
eas build -p iOS --profile production
oreas build -p android --profile production
to build for iOS or Android.