Skip to content

AditthyaSS/GrowCraft

 
 

Repository files navigation

🌱 GrowCraft

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

  • 🌐 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.


📂 Folder Structure

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)

🛠️ Tech Stack

  • Frontend: HTML5, CSS3, Bootstrap 5.3
  • Scripting: JavaScript (vanilla)
  • Backend (minimal): PHP (for contact form handler)
  • Database: MySQL (schema included)


📢 Discord Server

For any queries or issue, feel free to join our discord server.


🚀 Getting Started

Prerequisites

  • A modern browser
  • (Optional) XAMPP / WAMP for running PHP contact form locally

Steps

  1. Clone the repository:
    git clone https://github.com/gyanshankar1708/GrowCraft.git
    
  2. Open index.html in your browser to view the website.
  3. (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

🤝 Contributing

We welcome contributions from everyone!
If you're participating through GSSoC'25:

  1. Look for issues labeled GSSoC or good first issue.
  2. Comment on the issue you'd like to work on and wait for assignment.
  3. Fork the repository, make your changes, and submit a PR.

Please read our Contributing Guidelines and Code of Conduct before contributing.


📷 Screenshots

Landing Page

Landing Page

Services Section

Services

(Add more screenshots or a GIF preview here if available)


📜 License

This project is licensed under the terms specified in the LICENSE file.


🙌 Acknowledgements

  • GirlScript Summer of Code 2025 (GSSoC'25) for providing an open-source platform
  • Project contributors and mentors
  • Open-source community for continuous inspiration

About

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • HTML 56.4%
  • CSS 24.0%
  • JavaScript 14.3%
  • PHP 5.3%