ckjeldgaard / repmax-kotlin

A Kotlin port of the One-Rep Max (1RM) calculator.

Home Page:https://ckjeldgaard.github.io/repmax-kotlin/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Build Status

RepMax Kotlin

A Kotlin and React One-Rep Max (1RM) calculator.

Screenshot

Created with the create-react-kotlin-app tool.

This is a simple progressive web app capable of calculating one-repetition maximums for weight training. This is primarily an experimental web app written in React and Kotlin and is a port of a similar RepMax repo written in TypeScript.

Build Setup

# serve with hot reload at localhost:3000
npm start

# build for production with minification
npm run build

# deploy to GitHub pages
npm run deploy

Limitations

  • Currently no units test due to lack of a Jest Kotlin wrapper. See this note.
  • Currently no progressive web app support due to lack of service worker.
  • Travis CI build currently failing due to Kotlin support.

About

A Kotlin port of the One-Rep Max (1RM) calculator.

https://ckjeldgaard.github.io/repmax-kotlin/


Languages

Language:Kotlin 76.6%Language:CSS 21.3%Language:HTML 2.2%