Monorepo for FormSense: A a platform for discussing fitness-related topics, tracking user fitness statistics, and hosting competitions between users. An additional feature will be posture-extraction and correction.
# Download
git clone git@github.com:/StrikerIV/formsense
# Setup
cd formsense
npm install ...
# Execution
npx expo start
...