Skip to content

DevSphere is an open-source hub for students and web developers to share and explore web development projects. Whether you're building with HTML, CSS, JavaScript, or modern frameworks, this collaborative space allows you to showcase your work, learn from others, and grow as a developer.

Notifications You must be signed in to change notification settings

dhrupatel031205/DevSphere

 
 

Repository files navigation

DevSphere - Open-Source Web Development Projects

Welcome to DevSphere! This repository is designed for students and beginner developers to showcase their web development projects and collaborate with others. If you're new to open source, don’t worry! This guide will help you contribute in just a few simple steps.

Table of Contents

  1. Getting Started
  2. How to Contribute
  3. Project Guidelines
  4. Resources for Beginners
  5. Code of Conduct

Getting Started

  1. Fork this repository: Click on the "Fork" button at the top of this page to create a copy of this repo on your GitHub account.

  2. Clone the forked repo:

    git clone https://github.com/YOUR-USERNAME/DevSphere.git
    cd DevSphere
  3. Create a new branch:

    git checkout -b add-your-project
  4. Make your changes: Add your project files inside the projects folder. You can organize them as follows:

    • Project files (HTML, CSS, JavaScript, etc.)
    • Screenshots (optional)
  5. Commit your changes:

    git add .
    git commit -m "Add [Your Project Name] to DevSphere"
  6. Push the changes:

    git push origin add-your-project
  7. Create a Pull Request: Go to the original repository and click on "New Pull Request." Describe your changes, and submit the pull request (PR).

How to Contribute

To contribute, follow these steps:

  1. Add your web development project:

    • Ensure your project follows the structure mentioned above.
    • It can be a website, a small web app, or even a design component.
  2. Submit a Pull Request (PR): After adding your project, submit a PR for review.

  3. Review: We’ll review your contribution and, once approved, it will be merged into the main branch. 🎉

Project Guidelines

  • Web Technologies: You can use HTML, CSS, JavaScript, or any modern framework (React, Vue, Angular, etc.).
  • Original Work: Make sure your project is original or properly credits other resources.
  • Project Size: Keep projects concise and manageable to help others understand them easily.

Resources for Beginners

If you’re new to open source or need help getting started with Git and GitHub, check out these resources:

  • How to Fork a Repository

  • How to Create a Pull Request

  • Git & GitHub for Beginners

Code of Conduct

We are committed to fostering an open and welcoming environment. Please follow the Code of Conduct to ensure that DevSphere remains a respectful space for everyone.

About

DevSphere is an open-source hub for students and web developers to share and explore web development projects. Whether you're building with HTML, CSS, JavaScript, or modern frameworks, this collaborative space allows you to showcase your work, learn from others, and grow as a developer.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • JavaScript 50.5%
  • CSS 26.6%
  • HTML 22.9%