https://github.com/dev-diaries41/runit
RunIt is a simple open-source app designed to track running and jogging metrics while prioritizing user privacy.
https://github.com/dev-diaries41/runit
expo fitness-tracker privacy react-native
Last synced: 6 months ago
JSON representation
RunIt is a simple open-source app designed to track running and jogging metrics while prioritizing user privacy.
- Host: GitHub
- URL: https://github.com/dev-diaries41/runit
- Owner: dev-diaries41
- Created: 2025-02-03T00:42:21.000Z (8 months ago)
- Default Branch: main
- Last Pushed: 2025-03-17T15:49:21.000Z (7 months ago)
- Last Synced: 2025-03-17T16:44:16.254Z (7 months ago)
- Topics: expo, fitness-tracker, privacy, react-native
- Language: TypeScript
- Homepage:
- Size: 1.93 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# RunIt
RunIt is an open-source app designed to track running and jogging metrics while prioritizing user privacy. Unlike many existing fitness tracking apps that compromise privacy, RunIt ensures that your data remains yours.




---## Get Started
1. Install dependencies:
```bash
npm install
```2. Start the app:
```bash
npx expo start
```You can run the app using:
- [Development build](https://docs.expo.dev/develop/development-builds/introduction/)
- [Android emulator](https://docs.expo.dev/workflow/android-studio-emulator/)
- [iOS simulator](https://docs.expo.dev/workflow/ios-simulator/)
- [Expo Go](https://expo.dev/go)## Building from Source
You can build the app from source using the following commands:
- For a preview distribution build:
```bash
npm run prev
```- For a development build:
```bash
npm run dev
```