All Projects → yashrajmani → Hacktoberfest2021

yashrajmani / Hacktoberfest2021

Licence: MIT License
✨✨FREE FOR ALL , LEARNING and CELEBRATING OPEN SOURCE, This Hacktoberfest project exists to help you submit your first Pull Request! ✨✨

Programming Languages

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

Projects that are alternatives of or similar to Hacktoberfest2021

Hactoberfest-accepted
Raise Genuine PRs only. Your PRs will be accepted, keep patience.
Stars: ✭ 116 (+404.35%)
Mutual labels:  beginner-friendly, hactoberfest, hactoberfest2021
100daysofcode
#100DaysOfCode - Learn by developing 100 unique apps to explore exciting tech stacks
Stars: ✭ 196 (+752.17%)
Mutual labels:  opensource, learning-by-doing
Hacktoberfest Simple Practice Programmes
A beginner-friendly open source repository to create your pull request.
Stars: ✭ 42 (+82.61%)
Mutual labels:  opensource, beginner-friendly
Hacktoberfest-2021
beginner-friendly project to help you in open-source contributions. Made specifically for contributions in HACKTOBERFEST 2021! Hello World Programs in any language and C and Cpp program , Please leave a star ⭐ to support this project! ✨
Stars: ✭ 33 (+43.48%)
Mutual labels:  hactoberfest, hactoberfest2021
Postgres Showcase
Postgres features showcase (commented SQL samples) for beginners
Stars: ✭ 121 (+426.09%)
Mutual labels:  learning-by-doing, beginner-friendly
Hacktoberfest 2020
Welcome to Open-source! Simply add your details to contributors | Repo for Hacktoberfest 2020 ✅
Stars: ✭ 621 (+2600%)
Mutual labels:  opensource, beginner-friendly
Gitstart
Make a Pull Request
Stars: ✭ 415 (+1704.35%)
Mutual labels:  opensource, beginner-friendly
ZeroOctave-Javascript-Projects
This Repository Contains 150+ web development Projects.
Stars: ✭ 134 (+482.61%)
Mutual labels:  beginner-friendly, hactoberfest2021
lab-dotphy
The Virtual Lab for Physics
Stars: ✭ 14 (-39.13%)
Mutual labels:  learning-by-doing, hactoberfest2021
Pandemic-Produce-Delivery-Project
An ongoing open-source e-commerce shop using React, Express, Firebase, and MongoDB. Designed for pandemic-relief and social good. New contributors are always, always, welcomed, regardless of where you are 🔥. Feel free to reach out at [email protected]~
Stars: ✭ 20 (-13.04%)
Mutual labels:  learning-by-doing, beginner-friendly
A Tiny Js World
A tiny task for those who isn't familiar with OOP and JS OOP in particular yet
Stars: ✭ 50 (+117.39%)
Mutual labels:  learning-by-doing, beginner-friendly
BhimIntegers
BhimIntegers🚀 is a C++ library that is useful when we are dealing with BigIntegers💥💥. We can handle big integers (integers having a size bigger than the long long int data type) and we can perform arithmetic operations📘 like addition, multiplication, subtraction, division, equality check, etc📐📐. Also, there are several functions like factorial, …
Stars: ✭ 43 (+86.96%)
Mutual labels:  opensource, beginner-friendly
Competitive Programming
Hello Programmers 💻 , A one-stop Destination✏️✏️ for all your Competitive Programming Resources.📗📕 Refer CONTRIBUTING.md for contributions
Stars: ✭ 113 (+391.3%)
Mutual labels:  opensource, beginner-friendly
fasthtmx
FastAPI-HTMX Demo Project
Stars: ✭ 62 (+169.57%)
Mutual labels:  hactoberfest, hactoberfest2021
elevate-lab-website
A website to inform and invite contributors to elevate-lab
Stars: ✭ 15 (-34.78%)
Mutual labels:  hactoberfest, hactoberfest2021
Hacktoberfest-2021
This repository aims to help code beginners with their first successful pull request and open source contribution. 🥳🎯🚀
Stars: ✭ 24 (+4.35%)
Mutual labels:  opensource, beginner-friendly
Arduino-Cheat-Sheet
Cheat Sheets for Arduino Programming Language
Stars: ✭ 30 (+30.43%)
Mutual labels:  opensource
simetbox-openwrt-base
Sistema base para instalação do SIMETBox
Stars: ✭ 22 (-4.35%)
Mutual labels:  opensource
PRLib
Pre-Recognition Library - library with algorithms for improving OCR quality.
Stars: ✭ 22 (-4.35%)
Mutual labels:  hactoberfest
Watch-Me-Build
👷 See some cool projects!
Stars: ✭ 12 (-47.83%)
Mutual labels:  learning-by-doing

https://github.com/open-for-everyone/hacktoberfest2021/discussions/747

Hacktoberfest 2021 🎉

FREE FOR ALL , LEARNING and CELEBRATING OPEN SOURCE, This Hacktoberfest project exists to help you submit your first Pull Request! Skip to content Search or jump to… Pull requests Issues Marketplace Explore

@yashrajmani yashrajmani / Hacktoberfest-1 Public forked from Joonsang1994/Hacktoberfest 0 0 528 Code Pull requests Actions Projects Wiki Security Insights Settings Hacktoberfest-1 / README.md in master

Your First Pull Request - Hacktoberfest

I created this project in the spirit of hacktoberfest so that you can do a very simple pull request and in the process you learn how to contribute to a project 😃 Note that this repository exists as a learning tool for new contributors to open-source, and pull requests to this won’t count toward Hacktoberfest! PR requests won't be accepted/merged.

What is Hacktoberfest?

Hacktoberfest is a month-long celebration of open source software. You have to register and make five pull requests to any github repo (including this one!) in the month of october. If you do that you get a tshirt 👕 and stickers for your laptop 💻 . Sounds interesting? Let's do it then!

Wait...what is github?!

I get it. You are new to this whole thing. But don't worry, here is a great guide to help you understand.

Contribution Guide

To Contribute in a proper way so that I can merge the pull request:

  1. Star the repo!

  2. Fork it. (Important!) What is that?

  3. Edit the README.md file.

  4. Copy the below code and replace with your github user name. Add after the last one in the file.

  5. Commit with a message. ( Or write "ALL IS WELL!")

  6. Make a pull request. What is that?

  7. Done! Welcome to the dark side!

How to contribute to this project

Choose from these tasks

1. Add your name

Add your name to the CONTRIBUTORS.md file using the below convention:

#### Name: [YOUR NAME](GitHub link)
- Place: City, State, Country
- Bio: Who are you?
- GitHub: [GitHub account name](GitHub link)

2. Create a A 'CODE' / Script in any Language

Add a hello_world_yourusername.xx script to the scripts directory in any language of your choice! Here is an example:

// LANGUAGE: Javascript
// ENV: Node.js
// AUTHOR: Alice Chuang
// GITHUB: https://github.com/AliceWonderland

console.log('Hello, World!');

3. Add a profile page to the profiles directory

Choose one or all 3, make a pull request for your work and wait for it to be merged!

Happy Learning & Hacktoberfest :::

No file chosen Attach files by dragging & dropping, selecting or pasting them. @yashrajmani Commit changes Commit summary Create README.md Optional extended description Add an optional extended description… Commit directly to the master branch. Create a new branch for this commit and start a pull request. Learn more about pull requests.

© 2021 GitHub, Inc. Terms Privacy Security Status Docs Contact GitHub Pricing API Training Blog About

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