Skip to content

emppu-dev/getfit

Folders and files

NameName
Last commit message
Last commit date

Latest commit

444d9a4 · Aug 1, 2024

History

50 Commits
Aug 1, 2024
Jul 29, 2024
Jul 30, 2024
Jul 30, 2024
Jul 29, 2024
Jul 29, 2024
Jul 29, 2024
Jul 29, 2024
Jul 30, 2024
Jul 29, 2024
Jul 31, 2024
Jul 29, 2024
Jul 29, 2024
Jul 29, 2024
Jul 30, 2024
Jul 30, 2024
Jul 29, 2024
Jul 29, 2024
Jul 30, 2024
Jul 29, 2024
Jul 29, 2024
Jul 30, 2024

Repository files navigation

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