Loading repository data…
Loading repository data…
SOMNATH0904 / repository
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.
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.
HTML5 structures the website's content, enabling modern multimedia support and semantic layout. JavaScript adds interactivity, making the site dynamic with features like form validation and real-time content updates. CSS3 styles the website, enhancing its appearance and ensuring an adaptive layout.
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.
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
Add a remote upstream:
git remote add upstream https://github.com/original-owner-username/DevSphere
Create a new branch: Create a new branch for your changes. Run the following command in your terminal.
git checkout -b <your-project-name>
Make the desired changes: Make your own changes to the source code OR Make your own project.
Add your changes: Add your changes to the staging area. Run the following command in your terminal.
git add .
Commit your changes: Commit your changes with a meaningful commit message. Run the following command in your terminal.
git commit -m "<your-commit-message>"
Push your changes: Push your changes to your forked repository. Run the following command in your terminal
git push origin <your-project-name>
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.
We are committed to fostering a welcoming and inclusive environment for everyone. All contributors and participants are expected to uphold the following values: