Modern Workout App for tracking workouts, exercises and weight progression.
Built using Kotlin and Jetpack Compose — Android's modern toolkit for building native UIs. This app demonstrates best practices with a clean architecture, modern libraries, and Compose UI components.
- Workouts
- Custom exercises
- Weight-Progression
- Push-Notification of today's workout
- Dynamic theming
- Download the latest APK from the Releases page.
Contributions are welcome!
For submitting bug reports, feature requests, questions, or any other ideas to improve, please read CONTRIBUTING.md for instructions and guidelines first.
at.mcbabo.corex/
├── data # Data layer
│ ├── dao
│ ├── datastore
│ ├── entities
│ ├── models
│ ├── repositories
│ └── viewmodels
├── di # Dagger / Hilt
├── navigation # Navigation components
├── ui # UI layer
│ ├── components
│ ├── motion
│ ├── screens
│ └── theme
├── util # Utility classes and extensions
└── MainActivity.kt # Entry point
mcbabo
GitHub
Huge shoutout to the Seal team!
The app is mostly inspired by Seal and other Material 3 apps
This project is licensed under the MIT License - see the LICENSE file for details.




