Demo: https://lift-next.vercel.app
Lift is an fitness app designed for resistance training. It allows users to create, track, and update their daily workout routines.
- Sign in with Google or Facebook to create a profile and starting tracking your workouts.
- Allows users to select exercises based on specific body part.
- Add sets, repititions and weight for every exercise.
- Add, update, and track your physical stats like weight, height, and daily calorific intake.
- Users can also go back and view, add, update or delete past workouts.
- Next.js
- Firebase Firestore
- Firebase Authentication
- Tailwind
- Immer
- Install dependencies: run
npm install
in the root project - Run project:
npm run dev