mridu-pant / CodeIN-Community-Website

Open Source Website for CodeIN Community built using HTML, CSS, JavaScript and Bootstrap

Home Page:http://codeincommunity.tech/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

CodeIN Community Website

Open Source Website for CodeIN Community built using HTML, CSS, JavaScript and Bootstrap

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

LOC Stars Badge Forks Badge GitHub contributors Open Source

Contribution is fun! 🧡

📌 Tech Stack

[HTML] [CSS] [JS] Bootstrap

📌 Sneak Peek of the Website:

image

In order to make a hassle-free environment, I implore you all (while contributing) to follow the instructions mentioned below!

Happy Submissions 🙂

OUR VALUABLE CONTRIBUTORS✨

Happy Coding 👨‍💻

📬 Contact

If you want to contact me, you can reach me through below handles.

CodeIN Community

I have started a Community named CodeIN Community [Community of Coding Enthusiasts] Where we share Resources, Roadmaps to learn different technologies and share opportunities related to different tech programs. Also, We organize Events on different technologies to help people to get started with these technologies.

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 repository.

2. Clone your forked copy of the project.

   git clone https://github.com/your_username/CodeIN-Community-Website.git

3. Navigate to the project directory.

   cd CodeIN-Community-Website

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 "<your_commit_message>"

7. Push your local commits to the remote repo.

   git push origin YourBranchName

8. Create a PR

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/SauravMukherjee44/CodeIN-Community-Website.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

© 2021 Saurav Mukherjee and contributors
This project is licensed under the MIT license.

forthebadge

About

Open Source Website for CodeIN Community built using HTML, CSS, JavaScript and Bootstrap

http://codeincommunity.tech/

License:MIT License


Languages

Language:JavaScript 39.2%Language:HTML 26.2%Language:CSS 23.6%Language:SCSS 11.0%