mohityadav0903 / Algoders-Community

https://algoders-community.vercel.app
MIT License
15 stars 38 forks source link
contributions-welcome hacktoberfest hacktoberfest2022 javascript open-source reactjs

Algoders Community Website

Open Source Website for Algoders Community built using ReactJS

Join us on Discord 🤡
Visit Our Website💻

So, here you go! Contribute to the Open Source Website of Algoders Community 🤩 Excited?

LOC Stars Badge Forks Badge GitHub contributors Open Source

Contribution is fun! 🧡

📌 Tech Stack

HTML CSS JS ReactJS BootStrap

OUR VALUABLE CONTRIBUTORS✨

Algoders Community

We students at Panjab University SSG Regional Centre started a Coding Community named Algoders Community which aims at mentoring freshers and beginners into the world of Computer Science and Technology. We conduct Mentoring Sessions, Workshops, Webinars and Contests to help students grow their skills. We help students to get started with new and different technologies as well.

Join the Community on Discord ⚡

 Discord  Telegram LinkedIn
## Contribution Guidelines 🏗 Are we missing any of your favorite features, which you think you can add to it❓ We invite you to contribute to this project and make it better. To start contributing, follow the below guidelines: **1.** Fork [this](https://github.com/mohityadav0903/Algoders-Community) repository. **2.** Clone your forked copy of the project. ```bash git clone https://github.com/your_username/Algoders-Community.git ``` **3.** Navigate to the project directory. ``` cd Algoders-Community ``` **4.** Create a new branch: ``` git checkout -b YourBranchName ``` **5.** Make changes in source code. **6.** Stage your changes and commit ``` git add . git commit -m "" ``` **7.** Push your local commits to the remote repo. ``` git push origin YourBranchName ``` **8.** Create a [PR](https://help.github.com/en/github/collaborating-with-issues-and-pull-requests/creating-a-pull-request) **9.** If anyone contribute to this repository, then the changes will not reflect in your local repository. For that: **10.** Setup a reference(remote) to the original repository to get all the changes from the remote. ``` git remote add upstream https://github.com/mohityadav0903/Algoders-Community.git ``` **11.** Check the remotes for this repository. ``` git remote -v ``` **12.** Fetching from the remote repository will bring in its branches and their respective commits. ``` git fetch upstream ``` **13.** Make sure that you're on your master branch. ``` git checkout master ``` **14.** Now that we have fetched the upstream repository, we want to merge its changes into our local branch. This will bring that branch into sync with the upstream, without losing our local changes. ``` git merge upstream/master ``` © 2022 Mohit Yadav and contributors\ This project is licensed under the [**MIT license**](https://github.com/mohityadav0903/Algoders-Community/blob/main/LICENSE). [![forthebadge](https://forthebadge.com/images/badges/built-with-love.svg)](https://forthebadge.com)