- phase 1 weight estimates
- barbell loader
- workout journal
- workout instructions
- manage gyms
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