Smolov Jr Calculator PWA
PWA to calculate Smolov Jr cycles. Enter your One Rep Max (aka 1RM) and it determines the reps, sets and weights for the next three weeks.
It's a PWA so it works offline, remembers the 1RM and increment. Also have a fancy schmancy dark theme. On Android it will asks if you want to create an icon for your home page.
Build Setup
# install dependencies
$ yarn install
# serve with hot reload at localhost:3000
$ yarn run dev
# build for production and launch server
$ yarn run build
$ yarn start
# generate static project
$ yarn run generate
# I'm using Firebase to deploy locally from my system. To do so I use this command
$ yarn fbuild
For detailed explanation on how things work, checkout Nuxt.js docs.