BodyCraft-Gym

πŸ’ͺ BODY CRAFT GYM

BodyCraft Gym is a modern, responsive fitness website built using HTML and CSS. It showcases gym programs, pricing plans, class offerings, testimonials, and more in a clean, engaging layout. This project is part of open-source practice and frontend development learning.


✨ Features

Category Feature Status
Landing Page Hero section with CTA βœ… Done
Programs Strength, Fat Loss, Weight Gain, etc. βœ… Done
Class Section Trainer-led session showcase βœ… Done
Join Section Cards explaining why to choose BodyCraft βœ… Done
Pricing Basic, Monthly, and Yearly plans βœ… Done
Testimonial Member review with rating βœ… Done
Responsive UI Mobile-friendly layout (CSS based) πŸ› οΈ Planned

πŸ› οΈ Tech Stack


πŸ“Έ Screenshots

Section Screenshot
🏠 Landing Page Landing
🧾 Programs Offered Programs
πŸ§‘β€πŸ« Class Showcase Class
πŸ‘₯ Why Join Us Joining
πŸ’° Pricing Plans Pricing
🌟 Review & Footer ReviewFooter

## πŸ“‚ Folder Structure

BodyCraft-Gym/
β”œβ”€β”€ assets/ #Images used in site
β”œβ”€β”€ styles.css # Styling for the full website
β”œβ”€β”€ index.html # Main HTML file
β”œβ”€β”€ README.md # Project overview
β”œβ”€β”€ CODE_OF_CONDUCT.md # Contributor behavior guide


πŸš€ Getting Started


πŸ› οΈ How to Use & Contribute

1. Clone

git clone https://github.com/your-username/BodyCraft-Gym.git
cd BodyCraft-Gym

2. Run Locally

Any static server works. With VS Code:

Install the Live Server extension

Right-click index.html β†’ Open with Live Server

3. Contribute

Pick an issue labelled Level 1, Level 2, or Level 3

Create a feature branch:

git checkout -b feat/your-feature-name

πŸ§‘β€πŸ’» Contribution Workflow

Step Description
1️⃣ Fork the repository
2️⃣ Create a new branch:
git checkout -b your-feature-name
3️⃣ Make your changes
4️⃣ Commit your changes:
git commit -m "Add: feature description"
5️⃣ Push to GitHub:
git push origin your-feature-name
6️⃣ Open a Pull Request on GitHub

πŸ›£οΈ Roadmap

Feature/Task
Make fully responsive for all devices
Deploy via GitHub Pages
Add more sections (BMI calculator, Blog, Gallery)

πŸ‘₯ Community & Support

Channel Purpose
GitHub Issues Bug reports, feature requests
GitHub Discussions Q&A, ideas, polls
Discord Real-time chat, pair programming
GSSoC Mentors Onboarding & code reviews

This project is a part of GirlScript Summer of Code (GSSoC). We’re glad to support first-time contributors and open-source learners!

πŸ“„ License This project is open source and available under the MIT License.

⭐ If you like this project, don’t forget to star the repo and contribute!