Skip to content

Latest commit

 

History

History
43 lines (26 loc) · 2.33 KB

README.MD

File metadata and controls

43 lines (26 loc) · 2.33 KB

Plank Timer ⏱️ (👷🏻work in progress 🚧)

Plank timer is an Android and iOS app written (almost) entirely in Compose Multiplatform.

Showcase

Home Screen (Light Mode) Home Screen (Dark Mode)
Home Screen Light mode Home Screen Dark mode
Settings Screen (Light Mode) Settings Screen (Dark Mode)
Settings Screen Light mode Settings Screen Dark mode

Development setup

  • check your system with KDoctor
  • install JDK 17 on your machine
  • add local.properties file to the project root and set a path to Android SDK there

Android

To run the application on android device/emulator:

  • open project in Android Studio and run imported android run configuration

To build the application bundle:

  • run ./gradlew :androidApp:assembleDebug
  • find .apk file in androidApp/build/outputs/apk/debug/androidApp-debug.apk

iOS

To run the application on iPhone device/simulator:

Contributions

If you've found an error in this sample, please file an issue.

Patches are encouraged and may be submitted by forking this project and submitting a pull request. Since this project is still in its very early stages, if your change is substantial, please raise an issue first to discuss it.