All Projects → viralvaghela → hacktoberfest_2021

viralvaghela / hacktoberfest_2021

Licence: MIT license
This is a repository for anyone wishing to contribute to HacktoberFest 2021

Programming Languages

PHP
23972 projects - #3 most used programming language
python
139335 projects - #7 most used programming language
dart
5743 projects
HTML
75241 projects
java
68154 projects - #9 most used programming language
javascript
184084 projects - #8 most used programming language

Projects that are alternatives of or similar to hacktoberfest 2021

DSA
Write DSA Codes into it
Stars: ✭ 18 (-64.71%)
Mutual labels:  dsa, good-first-issue, dsa-algorithm, hacktoberfest-accepted, hacktoberfest2021
hacktoberfest2021
For Beginners, students and developers this is a great opportunity to learn and contribute to open source.
Stars: ✭ 79 (+54.9%)
Mutual labels:  good-first-issue, hacktoberfest-starter, hacktoberfest-accepted, hacktoberfest2021
HACKTOBERFEST2021 INSPIRATION
😎A Hacktoberfest-2021 Contribution Repository For Beginners😎...Simplest Repo for Beginners👨‍💻👨‍💻👨‍💻...Add your Profile Details, Photo and Inspirational Quote 🙌🙌🙌& There you go to do your first PR❤❤❤
Stars: ✭ 30 (-41.18%)
Mutual labels:  hacktoberfest-starter, hacktoberfest-accepted, hacktoberfest2021
ML-Reserve
An Open-Source repository where students could showcase their skills by contributing their ML and DL projects!
Stars: ✭ 15 (-70.59%)
Mutual labels:  good-first-issue, hacktoberfest-accepted, hacktoberfest2021
CPP-DSA
C++ Data Structures and Algorithms | College Placement Course taught by renowned faculties of Apni Kaksha (Aman Dhattarwal).
Stars: ✭ 53 (+3.92%)
Mutual labels:  dsa, dsa-algorithm, 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 (+354.9%)
Mutual labels:  dsa-algorithm, hacktoberfest-accepted, hacktoberfest2021
TheAlgorithms
This contains whatever you need to study about Algos...
Stars: ✭ 21 (-58.82%)
Mutual labels:  hacktoberfest-starter, hacktoberfest-accepted, hacktoberfest2021
HacktoberFest-21
A mentorship initiative to help beginners kickstarting their open-source journey by completing Hacktoberfest'21 challenge | Curated list of beginner-friendly issues for Hacktoberfest 2021 | Raise PR to add your issues
Stars: ✭ 27 (-47.06%)
Mutual labels:  hacktoberfest-starter, hacktoberfest-accepted, hacktoberfest2021
hacktoberfest
Contribute to this repo for your T-shirt, must be relevant that can add some value to this repo.
Stars: ✭ 33 (-35.29%)
Mutual labels:  good-first-issue, hacktoberfest-accepted, hacktoberfest2021
Awesome-Clone
A curated list of AWESOME clones made with react,vue,svelte
Stars: ✭ 37 (-27.45%)
Mutual labels:  hacktoberfest-starter, hacktoberfest-accepted, hacktoberfest2021
Web-Development
Created this new Repository for Open Source Contribution for Beginners
Stars: ✭ 25 (-50.98%)
Mutual labels:  good-first-issue, hacktoberfest-starter, hacktoberfest-accepted
HacktoberFest21
A beginner friendly repository for HacktoberFest 2021
Stars: ✭ 45 (-11.76%)
Mutual labels:  good-first-issue, hacktoberfest-accepted, hacktoberfest2021
DSA
Implementation of various data structures and algorithms.
Stars: ✭ 15 (-70.59%)
Mutual labels:  dsa, hacktoberfest-accepted, hacktoberfest2021
hacktoberfest2021-easy
Add a code in any language
Stars: ✭ 24 (-52.94%)
Mutual labels:  good-first-issue, hacktoberfest-starter, hacktoberfest2021
Hacktoberfest-Indonesia-2021
Event Hacktoberfest Indonesia 2021
Stars: ✭ 42 (-17.65%)
Mutual labels:  hacktoberfest-starter, hacktoberfest-accepted, hacktoberfest2021
DSA-Practice
Open to hacktoberfest 2021
Stars: ✭ 11 (-78.43%)
Mutual labels:  hacktoberfest-accepted, hacktoberfest2021
college-management-react
This is a College management web app in MERN stack.
Stars: ✭ 42 (-17.65%)
Mutual labels:  hacktoberfest-accepted, hacktoberfest2021
Hacktoberfest
Hacktoberfest 2021 you can add anything like simple programs or projects
Stars: ✭ 15 (-70.59%)
Mutual labels:  hacktoberfest-accepted, hacktoberfest2021
gofuzz
Fast as Flash Web URL Fuzzing tool written in golang.
Stars: ✭ 31 (-39.22%)
Mutual labels:  hacktoberfest-accepted, hacktoberfest2021
hacktoberfest2021
Add your any type of project related to programming! This is a beginner-friendly repository made specifically for Hacktoberfest that helps you get your first PR. Happy Hacking !!!!!
Stars: ✭ 21 (-58.82%)
Mutual labels:  good-first-issue, hacktoberfest2021

HacktoberFest 2021

Status

GitHub forks GitHub Repo stars GitHub repo size GitHub repo file count Lines of code GitHub language count GitHub contributors GitHub last commit

IMPORTANT NOTICE : We have stopped accepting PRs for DSA

Please Try to add more projects/apps/webapp instead of just DSA codes :)


This is a beginners repository for anyone wishing to contribute to HacktoberFest 2021

  • Fork the repository
  • Clone your fork and Create a new branch
  • Add your program in specific language folder
    • Example : java/MyCode.java
  • Send your Pull Request

Important Note:

Please commit your files in the respective folders.

Ex:- .java files must go in java/ folder and others in misc folder.

Process

< Added Unique program > // please change this accordingly

$ git clone <URL>
$ cd <FolderName>
$ git branch <new_branch>
$ git checkout <new_branch>

Add your Program

$ git add .
$ git commit -m "<Commit MESSAGE>"
$ git push origin <new_branch>

Go and Generate your first Pull request from Github

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