Skip to content

Korzanicho/darts-counter

Repository files navigation

Darts Counter

VUE: 3 NodeJS

About   |   Platforms   |   Technologies   |   Mobile   |   Requirements   |   Screenshots   |  


🎯 About

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

🏡 Platforms

Platform Available
WEB Link
PWA Link
Google Play Link
Apple strore
Windows
Linux

🚀 Technologies

📱 Mobile

  1. First usage
# Install dependencies
$ npm install @capacitor/core @capacitor/cli

# Init capacitator
$ npx cap init [name] [id] --web-dir=dist
  1. Build the Web App
# Build app
$ npm run build
  1. Install the native platforms you want to target
$ npm i @capacitor/ios @capacitor/android
$ npx cap add android
$ npx cap add ios
  1. Install the native platforms you want to target
$ npm i @capacitor/ios @capacitor/android
$ npx cap add android
$ npx cap add ios
  1. You can test your app on virtual device
$ npx cap run android
  1. Open your project in android studio
$ npx cap open android

More info

  1. 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)

✅ Requirements

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

📷 Screenshots



Made with ❤️ by Webkor Adrian Korzan

 

Back to top

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published