A 'simple' app for tracking your Kata repetitions and settings goals. VueJS wrapped in Cordova.
A Cordova App for recording Karate Kata repetitions and goals. It displays how many reps you need to do per week/day to meet your goals.
Enable deletion of increments
Get editing of kata working
# Project setup
yarn install
# Or just use NPM
# Compiles and hot-reloads for development
yarn serve
# Serve to an Android device for development (make sure to plug a phone in)
yarn cordova-serve-android
# Compiles and minifies for production
yarn build
# Build Android APK (to install on Android, you need to sign the APK with Android Studio)
yarn cordova-build-android