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 installto install dependencies Note forpnpmusers: You may need to disable symlinking by creating.npmrcand adding"node-linker" = "hoisted". - Run
npm run startto run the app in dev mode
- Follow step 1 and 2 above
- Run
eas build -p iOS --profile productionoreas build -p android --profile productionto build for iOS or Android.