An open API service indexing awesome lists of open source software.

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.

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.

![Run In Progress](assets/images/in-progress.png)

![Completed Run](assets/images/completed-run.png)

![Metrics](assets/images/metrics.png)

![Run History](assets/images/history.png)
---

## 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
```