Fit Mirror is a social fitness application where users can replicate workouts created by others and receive feedback based on performance. The system is designed to compare user movement against a reference and reward successful attempts.
This project demonstrates a full application flow for a fitness platform that combines user interaction, scoring logic, and a reward system.
Users can:
- Browse workouts created by others
- Attempt to replicate movements
- Receive a similarity score
- Earn rewards based on performance
The current version focuses on delivering a functional MVP with a clear architecture for future expansion.
Frontend
- React
Backend / Data
- Supabase
Blockchain Integration
- Solana
- Phantom Wallet
- Workout browsing interface
- Workout detail view
- Simulated attempt flow
- Basic scoring system
- Reward logic integration (mocked / partial)
Make sure you have the following installed:
- Node.js (v16 or higher recommended)
- npm (comes with Node)
git clone https://github.com/kurayamidesu6/Fit_Mirror.git
cd Fit_Mirror