Skip to content

Latest commit

 

History

History
149 lines (116 loc) · 7.63 KB

readme.md

File metadata and controls

149 lines (116 loc) · 7.63 KB

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.

Stars 🍴 Forks Issues Open PRs Closed PRs
Stars Forks Issues Open Pull Requests Closed Pull Requests

Table of Contents

  1. Featured In
  2. Tech Stack
  3. Get Started
  4. Our Contributors
  5. Stargazers
  6. Forkers
  7. Code of Conduct

RocketFeatured In

Event Logo Event Name Event Description
SWOC Social Winter of Code Season-5 (SWOC) 2024-2025

Social Winter Of Code is the 2 month long open source program, with the aim to introduce more and more people to the world of Open source. In this program all the selected participants will get a chance to work on various exciting projects under the guidance of experienced Mentors.

High VoltageTech Stack

HTML5

HTML5 structures the website's content, enabling modern multimedia support and semantic layout.


JavaScript

JavaScript adds interactivity, making the site dynamic with features like form validation and real-time content updates.


CSS3

CSS3 styles the website, enhancing its appearance and ensuring an adaptive layout.


RocketGet Started

Setup and Installation

To contribute to the Devsphere repository, follow these steps:

  1. Fork the Repository: Click on the "Fork" button on the repository's GitHub page to create a copy of the repository in your GitHub account.

  2. Clone the repository: Clone the forked repository to your local machine using the following command in your terminal.

    git clone https://github.com/<your-github-username>/DevSphere
  3. Add a remote upstream:

    git remote add upstream https://github.com/original-owner-username/DevSphere
  4. Create a new branch: Create a new branch for your changes. Run the following command in your terminal.

    git checkout -b <your-project-name>
  5. Make the desired changes: Make your own changes to the source code OR Make your own project.

  6. Add your changes: Add your changes to the staging area. Run the following command in your terminal.

    git add .
  7. Commit your changes: Commit your changes with a meaningful commit message. Run the following command in your terminal.

    git commit -m "<your-commit-message>"
  8. Push your changes: Push your changes to your forked repository. Run the following command in your terminal

    git push origin <your-project-name>
  9. Create a Pull Request: Go to the GitHub page of your forked repository. You should see a prompt to create a pull request (PR). Click on it, compare the changes, and create the PR.



Our ContributorsRed Heart

Thank you for contributing to our repository

Stargazers repo roster for @SOMNATH0904/DevSphere

Forkers

Forkers repo roster for @SOMNATH0904/DevSphere

Code of Conduct

We are committed to fostering a welcoming and inclusive environment for everyone. All contributors and participants are expected to uphold the following values:

  • Be respectful of different viewpoints and experiences.
  • Show empathy toward others.
  • Use inclusive language.

If you find this project helpful, please consider giving it a star!