🌐 Live Website:
https://shrivastav0yash.github.io/Fit-Forever.github.io/
Fit Forever is a full-stack gym and fitness web application designed to help users explore structured workout routines for different muscle groups and maintain a healthy lifestyle.
The platform provides guided exercises and fitness information for:
- Chest
- Back
- Arms
- Legs
- Shoulders
- Abs
- 🏋️ Dedicated workout pages for each muscle group
- 📋 Structured exercise guidance
- 🌐 Multi-page dynamic website using PHP
- 🎨 Responsive UI using Bootstrap
- ⚡ Interactive frontend with JavaScript
- 🖼️ Image-based workout visualization
- 📱 Mobile-friendly design
| Page | Description |
|---|---|
index.html |
Homepage |
chest.php |
Chest workouts |
back.php |
Back workouts |
arms.php |
Arm workouts |
legs.php |
Leg workouts |
shoulder.php |
Shoulder workouts |
abs.php |
Abs workouts |
- HTML5
- CSS3
- JavaScript
- Bootstrap
- PHP
- Basic Database Integration
Fit-Forever/ ├── Bootstrap/ ├── CSS/ ├── Javascript/ ├── Images/ ├── Database/ ├── index.html ├── chest.php ├── back.php ├── arms.php ├── legs.php ├── shoulder.php ├── abs.php └── README.md
-
Clone the repository git clone https://github.com/shrivastav0yash/Fit-Forever.github.io.git
-
Move project to: htdocs (XAMPP) / www (WAMP)
-
Start Apache server
-
Open in browser: http://localhost/Fit-Forever.github.io/
- Open
index.htmldirectly - PHP pages will not work in this mode
- Demonstrates full-stack development (Frontend + PHP backend)
- Organized modular structure for scalability
- Covers multiple ML-inspired UI sections (fitness categorization)
- Beginner-friendly yet extensible project
- User login & authentication system
- Personalized workout recommendations
- Diet & nutrition tracking
- Progress dashboard with analytics
- API integration for fitness data
- Deployment with full backend support
Yash Shrivastav
Fit Forever is a well-structured gym web application that demonstrates full-stack development using PHP and modern frontend technologies. It serves as a strong foundation for building scalable fitness platforms and real-world health-tech applications.