shane0 / strength

I use this when I strength train

Home Page:https://shane0.github.io/strength/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

strength

features

  • phase 1 weight estimates
  • barbell loader
  • workout journal
  • workout instructions
  • manage gyms

repo setup

https://github.com/shane0/strength

echo "# strength" >> README.md
git init
git add README.md
git commit -m "first commit"
git branch -M main
git remote add origin git@github.com:shane0/strength.git
git push -u origin main
# origin git@github.com:shane0/strength.git (fetch)
# origin git@github.com:shane0/strength.git (push)
npm install react-bootstrap bootstrap
npm install gh-pages --save-dev

About

I use this when I strength train

https://shane0.github.io/strength/


Languages

Language:JavaScript 40.9%Language:HTML 32.2%Language:CSS 19.9%Language:Shell 7.0%