A modern fitness tracking application built with Next.js, featuring a sleek dark theme and comprehensive workout management.
- Create and manage custom workouts
- Track both cardio and strength training
- Log sets, reps, and weights
- Monitor workout duration and calories burned
- View workout history
- Track daily activity
- Monitor performance trends
- Visual progress indicators
- Sleek dark theme
- Responsive design
- Smooth animations
- Intuitive navigation
- Next.js 14 with App Router
- TypeScript for type safety
- Prisma for database management
- Tailwind CSS for styling
- Authentication system
- Real-time updates
- Clone the repository
git clone https://github.com/yourusername/fittrack.git
- Install dependencies
npm install
- Set up environment variables
cp .env.example .env
- Run the development server
npm run dev
Main dashboard with workout overview and quick actions
Detailed workout logging interface
Visual representation of fitness progress
Visual representation of fitness progress
- Next.js
- TypeScript
- Prisma
- Tailwind CSS
- Shadcn UI
- Vercel (Deployment)
This project is licensed under the MIT License - see the LICENSE file for details.
Contributions are welcome! Please feel free to submit a Pull Request.