https://github.com/brandonp2412/Massive
Track your gym progress completely offline.
https://github.com/brandonp2412/Massive
Last synced: 11 days ago
JSON representation
Track your gym progress completely offline.
- Host: GitHub
- URL: https://github.com/brandonp2412/Massive
- Owner: brandonp2412
- License: gpl-3.0
- Created: 2022-11-30T05:05:35.000Z (over 2 years ago)
- Default Branch: master
- Last Pushed: 2024-07-31T04:10:21.000Z (9 months ago)
- Last Synced: 2024-08-02T01:17:16.363Z (9 months ago)
- Language: TypeScript
- Size: 28.3 MB
- Stars: 12
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Massive
Massive tracks your reps and sets at the gym. No internet connectivity or high spec device is required.
## Features
- Track weight, reps and sets
- Rest timers after each set
- Progress graphs
- Day planner# Screenshots
![]()
![]()
![]()
![]()
![]()
![]()
![]()
![]()
![]()
# Building from Source
First follow the [React Native Environment Setup](https://reactnative.dev/docs/environment-setup). Then run the following command:
```sh
cd android
./gradlew assembleRelease
```The apk file can be found at `android/app/build/outputs/apk/release/app-release.apk`
# Running in Development
First ensure Node.js dependencies are installed:
```
npm install
```Then start the metro server:
```
npm start
```Then (in a separate terminal) run the `android` script:
```
npm run android
```# Fdroid Metadata
You can find the metadata yaml file in the fdroiddata repository:
https://gitlab.com/fdroid/fdroiddata/-/blob/master/metadata/com.massive.yml