Skip to content

Latest commit

 

History

History
40 lines (29 loc) · 1.71 KB

README.md

File metadata and controls

40 lines (29 loc) · 1.71 KB

Fortisman

A React Native mobile app for tracking different detoxes and keeping a journal of relapses.

fortisman.demo.mp4

Features 🔥

  • 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

Downloads:

Platform Version Link
Android 1.0.0 Download
iOS 1.0.0 unavailable

For Developers 💻

To use the app:

  1. Fork this repository and clone it
  2. Run npm install to install dependencies Note for pnpm users: You may need to disable symlinking by creating .npmrc and adding "node-linker" = "hoisted".
  3. Run npm run start to run the app in dev mode

Build

  1. Follow step 1 and 2 above
  2. Run eas build -p iOS --profile production or eas build -p android --profile production to build for iOS or Android.

Credits