About | Platforms | Technologies | Mobile | Requirements | Screenshots |
Counting points in darts couldn't be easier. Add players and mark their points on the dartboard in the app.
- add points by marking the fields on the dartboard
- edit points using keyboard (if you prefer)
- information about remaining movements
- round counter
Platform | Available |
---|---|
WEB | ✅ Link |
PWA | ✅ Link |
Google Play | ✅ Link |
Apple strore | ❌ |
Windows | ❌ |
Linux | ❌ |
- First usage
# Install dependencies
$ npm install @capacitor/core @capacitor/cli
# Init capacitator
$ npx cap init [name] [id] --web-dir=dist
- Build the Web App
# Build app
$ npm run build
- Install the native platforms you want to target
$ npm i @capacitor/ios @capacitor/android
$ npx cap add android
$ npx cap add ios
- Install the native platforms you want to target
$ npm i @capacitor/ios @capacitor/android
$ npx cap add android
$ npx cap add ios
- You can test your app on virtual device
$ npx cap run android
- Open your project in android studio
$ npx cap open android
- Build your apk file in Android Studio project.
Build -> build Bundle(s) / APK(s) -> Build APK(s) (for tests) Build -> Generate signed bundle / APK -> Build APK(s) (for production apk)
You can find builded apk's files in android -> app -> output -> debug (for tests) android -> app -> release (for production)
For Web & PWA
- NodeJS > 18.18.2
For Android
- Installed Android Studio
- Set JAVA_HOME global variable to:
C:\Program Files\Android\Android Studio\jbr
- Set Path global variable to:
%JAVA_HOME%\bin
Made with ❤️ by Webkor Adrian Korzan