Skip to content

Latest commit

 

History

History
35 lines (30 loc) · 866 Bytes

README.md

File metadata and controls

35 lines (30 loc) · 866 Bytes

GetFit

A gamified exercise tracker

📸 Preview

image image image

📝 Todo

  • PocketBase setup
  • User authentication
  • XP and level system
  • Exercise tracking
  • Exercise history
  • Integrate free-exercise-db
  • Workout timer
  • Styling
  • Skills / achievements
  • Calender and rest day logging
  • Streaks
  • Friends leaderboard

📍 Running Locally

npm install
npm run build
node build

🐳 Running with Docker

docker build . -t getfit
docker run -d -p 5050:5050 --name getfit getfit