All Projects → bread-board-coding → Hacktober_Fest_2021

bread-board-coding / Hacktober_Fest_2021

Licence: MIT License
A repository to contribute and learn OpenSource

Programming Languages

C++
36643 projects - #6 most used programming language
Jupyter Notebook
11667 projects
kotlin
9241 projects
java
68154 projects - #9 most used programming language
HTML
75241 projects
python
139335 projects - #7 most used programming language

Projects that are alternatives of or similar to Hacktober Fest 2021

ML-Reserve
An Open-Source repository where students could showcase their skills by contributing their ML and DL projects!
Stars: ✭ 15 (-25%)
Mutual labels:  opensource, hacktoberfest-accepted, hacktoberfest2021
Hacktoberfest-2021
An Open Source repository to Teach people How to contribute to open sources.
Stars: ✭ 98 (+390%)
Mutual labels:  opensource, hacktoberfest-accepted, hacktoberfest2021
Hacktoberfest-2021
This repository aims to help code beginners with their first successful pull request and open source contribution. 🥳🎯🚀
Stars: ✭ 24 (+20%)
Mutual labels:  opensource, hacktoberfest-accepted, hacktoberfest2021
tempat-kontributor
Merupakan tempat bagi kalian untuk berkontributor bersama kami
Stars: ✭ 33 (+65%)
Mutual labels:  opensource, hacktoberfest-accepted, hacktoberfest2021
Vibranium
Web template for and by DSC chapters worldwide because we are a Wakanda of student developers and future technology leaders from all across the world. 🎉
Stars: ✭ 89 (+345%)
Mutual labels:  hacktoberfest-accepted, hacktoberfest2021
-HactoberFest2021-For All Beginers-
Raise Genuine PRs, Your PRs will be accepted, Star This Repo, You aren't allowed to Update README.md
Stars: ✭ 33 (+65%)
Mutual labels:  hacktoberfest-accepted, hacktoberfest2021
Angular
A repositoy to learn and boost your Angular skills. It contains cheatsheet, code, articlues and all learning resources you need.
Stars: ✭ 49 (+145%)
Mutual labels:  hacktoberfest-accepted, hacktoberfest2021
Footer-and-Header-design-Challenge
Contribute your design in Footer and Header design templates using HTML, CSS, JavaScript.
Stars: ✭ 12 (-40%)
Mutual labels:  hacktoberfest-accepted, hacktoberfest2021
Hacktoberfest2021-DSA
If You know the implementation of any DSA related topic/problem then you can contribute it in this repo. Raise Genuine PRs only. Your PRs will be accepted, keep patience. Star this Repo. You aren't allowed to Update README.md. Welcoming developers, content writers, and programming enthusiasts.
Stars: ✭ 232 (+1060%)
Mutual labels:  hacktoberfest-accepted, hacktoberfest2021
Hacktoberfest2021
This Repository for Hacktoberfest Fest 2021. Contribute anything for your T-shirt, must be relevant that can add some value to this repo.
Stars: ✭ 57 (+185%)
Mutual labels:  hacktoberfest-accepted, hacktoberfest2021
cinesimile
CineSimile is a platform that shows similar movies for a specific movie.
Stars: ✭ 16 (-20%)
Mutual labels:  hacktoberfest-accepted, hacktoberfest2021
Leetcode-scripts
Repo for creating awesome leetcode solution scripts to make my panda smarter
Stars: ✭ 16 (-20%)
Mutual labels:  hacktoberfest-accepted, hacktoberfest2021
Resources
No description or website provided.
Stars: ✭ 25 (+25%)
Mutual labels:  hacktoberfest-accepted, hacktoberfest2021
wazuh-puppet
Wazuh - Puppet module
Stars: ✭ 25 (+25%)
Mutual labels:  hacktoberfest-accepted, hacktoberfest2021
stocktwits-sentiment
Stocktwits market sentiment analysis in Python with Keras and TensorFlow.
Stars: ✭ 23 (+15%)
Mutual labels:  hacktoberfest-accepted, hacktoberfest2021
HealthBliss-Hacktoberfest2021
HealthBliss is a static responsive website which provides its users with good health reads on how to overcome anxiety, depression and bipolar disorders. Check the readme to know more.
Stars: ✭ 22 (+10%)
Mutual labels:  hacktoberfest-accepted, hacktoberfest2021
downloadTimeCalculator
A site to get approximate download time
Stars: ✭ 25 (+25%)
Mutual labels:  hacktoberfest-accepted, hacktoberfest2021
MERN-E-Commerce
A simple E-Commerce app built on MERN stack with integrated Stripe Checkout.
Stars: ✭ 57 (+185%)
Mutual labels:  hacktoberfest-accepted, hacktoberfest2021
magento2-showoutofstockprice
This Magento2 Module adds prices and the add-to-cart button to out-of-stock configurable products.
Stars: ✭ 22 (+10%)
Mutual labels:  hacktoberfest-accepted, hacktoberfest2021
Google-Gifts
Google Gifts is a list of some interesting website of Google.
Stars: ✭ 16 (-20%)
Mutual labels:  opensource, hacktoberfest2021

HacktoberFest 2021 👋

An opensource intiative organised by DigitalOcean and Intel SO this is an An Open Source repository to Teach people How to contribute to open sources.

MIT License GPLv3 License

Bonus - Create 4 PRs and you'll get a chance to earn a t-shirt or plant a tree.

banner

This repository is for people who want to contribute to open source in order to change the World with your small intiative. Different projects are welcome to this repository. Feel free to connect with maintainers and owners!

Do give a star if you liked this repo.

Note - Your Project Must be valid

  Do not Copy anyone else's Project or work.
  • Anyone can add any type of valid code snippet.Its on you.

  • You can add any small projects you have made.

  • You can add programs too, in any programming language, but your program must be something different or unique and should have a explanation.

  • Do not just re-edit the file or make some small changes this kind of PRs will not be accepted.

  • Do not add anyone else's work in this repository.It will leads to failure of your pull request.

  • Do not make any other change except the changes you made.This may lead to strict actions against you!

STEPS TO GENERATE PULL REQUESTS

FORK THIS REPOSITORY

Fork this repository by clicking on the fork button on the top of this page. This will create a copy of this repository in your account.

CLONE THE REPOSITORY

Now clone the forked repository to your system. Go to your GitHub account, open the forked repository, click on the code button and then clone the repository.

if you want to use the terminal, use the following commands after you fork the repository , open the terminal type the given command

git clone https://github.com/{your-github-username}/Hacktober-2021.git

CREATE A BRANCH

Then create a branch on your local repository to solve a problem.

Terminal commands to be used

git checkout -b name_of_your_new_branch

ADD AND COMMIT

Make necessary changes and commit those changes by using following commands.

git add .
git commit -m "your-commit-message"

PUSH CHANGES TO GITHUB

Finally push your local repository to remote repository Come to your github and see Compare & Submit a Pull Request. Press this button and create Pull Request

git push origin <branch-name>

CONGRATULATIONS YOU HAVE MADE IT!

We're happy to merge valid pull requests to this repository!

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].