A web app that calculates your target body weight based on height, desired body fat percentage, and target normalized FFMI (Fat-Free Mass Index).
- Reverse FFMI calculation - Input your goals, get your target weight
- Smooth slider inputs - Drag or scroll with mouse wheel to adjust values
- Imperial/Metric toggle - Switch between units with automatic value conversion
- Real-time results - See total weight, lean mass, and fat mass instantly
npm install
npm run devOpen http://localhost:3000 in your browser.
npm run buildOr connect your GitHub repo to Vercel for automatic deployments.
- Next.js 14
- TypeScript
- Tailwind CSS