SoumyadevSaha / GrapplTech-Community-Built-Web-Components

Welcome to the GrapplTech Web Component Templates repository! This repository hosts a collection of high-quality web component templates including navbars, buttons, hero sections, footers, headers, sidebars, and more. These templates are created by talented students and reviewed by our team to ensure quality and consistency.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

GrapplTech Community Built Web Components Repository

Description

Welcome to the GrapplTech Web Components Repository! This repository is dedicated to housing a variety of web component templates, including navbars, buttons, hero sections, footers, headers, sidebars, and more. These templates are contributed by students and reviewed by our team to ensure high quality. Our goal is to have a comprehensive library of web components ready for the feature launch on 15th August 2024.

Please find the snapshot of the page below

Screenshot_14-6-2024_11441_localhost

Contribution Process

To contribute to this repository, please follow the steps outlined below:

  1. Fork the Repository

    • Navigate to the GrapplTech Web Components Repository on GitHub.
    • Click the "Fork" button at the top right corner of the repository page to create a copy of the repository under your GitHub account.
  2. Clone the Forked Repository

    • Clone your forked repository to your local machine using the command:
      git clone https://github.com/your-username/grappltech-web-components.git
    • Navigate into the cloned repository:
      cd grappltech-web-components
  3. Create a New Branch

    • Create a new branch for your work:
      git checkout -b your-full-name-category
    • Replace your-full-name-category with your full name and the category you are working on, separated by a hyphen. For example, john-doe-hero-section.
  4. Add Your Component Template

    • Create a new folder within the repository with your full name and category as the folder name. For example, JohnDoeHeroSection.
    • Add your component template files to this folder.
  5. Commit and Push Your Changes

    • Add and commit your changes with a meaningful commit message:
      git add .
      git commit -m "Added [Category] template by [Your Full Name]"
    • Push your changes to your forked repository:
      git push origin your-full-name-category
  6. Create a Pull Request

    • Go to the original GrapplTech Web Components Repository on GitHub.
    • Click on the "Pull Requests" tab and then the "New Pull Request" button.
    • Select your branch from the "compare" dropdown and click "Create Pull Request".
    • Provide a clear title and description for your pull request, and submit it.
  7. Review and Merge

    • Our team will review your submission. If any changes are requested, please make them promptly.
    • Once approved, your pull request will be merged into the main repository.

Contributor Table

Please add your details to the table below after your pull request has been merged.

Full Name Category Deployed Link Date Tech Stack Used
Akhul Hero Section www.example.com 19-06-2024 HTML, CSS, JS

Example Entry

Full Name Category Deployed Link Date Tech Stack Used
John Doe Hero Section Link 15-07-2024 HTML, CSS, JS

Note

  • Ensure your code follows the best practices and is well-documented.
  • Keep your component templates simple, reusable, and modular.
  • Feel free to reach out to the repository maintainers if you have any questions or need assistance.

We look forward to your valuable contributions and thank you for being a part of the GrapplTech community!

About

Welcome to the GrapplTech Web Component Templates repository! This repository hosts a collection of high-quality web component templates including navbars, buttons, hero sections, footers, headers, sidebars, and more. These templates are created by talented students and reviewed by our team to ensure quality and consistency.

License:MIT License


Languages

Language:HTML 96.4%Language:CSS 3.6%