GrowCraft is a service-based platform designed to help businesses grow online while also providing students with hands-on experience through training and internships.
🏆 This repository is part of GirlScript Summer of Code 2025 (GSSoC'25)
Contributions from the community are welcome!
- Features
- Folder Structure
- Contributors
- Tech Stack
- Getting Started
- Contributing
- Screenshots
- License
- Acknowledgements
- 🌐 Website Development
- 🖌️ Graphic Design
- ✍️ Content Writing
- 📣 Social Media Management
- 📊 Digital Marketing
- 🎓 Training & Internship Programs
This platform offers services to clients and creates opportunities for students to learn by doing.
GrowCraft/
├── index.html
├── blogListing.html
├── blogView.html
├── blogWrite.html
├── contact-handler.php
├── database_schema.sql
├── images/
│ ├── (images and icons used throughout the site)
├── src/
│ ├── contact.html
│ ├── blogs.css / blogs.js
│ ├── style.css / script.js
│ ├── utils.js
│ ├── web.html
│ └── css/
│ └── style.css
└── (additional documentation and assets)
Made with contrib.rocks.
- Frontend: HTML5, CSS3, Bootstrap 5.3
- Scripting: JavaScript (vanilla)
- Backend (minimal): PHP (for contact form handler)
- Database: MySQL (schema included)
- A modern browser
- (Optional) XAMPP / WAMP for running PHP contact form locally
- Clone the repository:
git clone https://github.com/gyanshankar1708/GrowCraft.git
- Open
index.html
in your browser to view the website. - (Optional) To enable the contact form:
- Set up a local server (XAMPP/WAMP)
- Place the project in the
htdocs
folder - Import
database_schema.sql
into MySQL - Update the PHP configuration in
contact-handler.php
We welcome contributions from everyone!
If you're participating through GSSoC'25:
- Look for issues labeled
GSSoC
orgood first issue
. - Comment on the issue you'd like to work on and wait for assignment.
- Fork the repository, make your changes, and submit a PR.
Please read our Contributing Guidelines and Code of Conduct before contributing.
(Add more screenshots or a GIF preview here if available)
This project is licensed under the terms specified in the LICENSE file.
- GirlScript Summer of Code 2025 (GSSoC'25) for providing an open-source platform
- Project contributors and mentors
- Open-source community for continuous inspiration