All Projects β†’ shruti49 β†’ Hacktoberfest2021_beginners

shruti49 / Hacktoberfest2021_beginners

Licence: MIT license
Hactoberfest repo for absolute beginners.

Programming Languages

javascript
184084 projects - #8 most used programming language

Projects that are alternatives of or similar to Hacktoberfest2021 beginners

ML-ProjectKart
πŸ™ŒKart of 210+ projects based on machine learning, deep learning, computer vision, natural language processing and all. Show your support by ✨ this repository.
Stars: ✭ 162 (+315.38%)
Mutual labels:  contributions-welcome, hacktoberfest2021
HacktoberFest2021
Beginner-friendly repository for Hacktober Fest 2021. Start your contribution to open source through baby steps. πŸ’œ
Stars: ✭ 33 (-15.38%)
Mutual labels:  beginner, hacktoberfest2021
Hacktoberfest-hackedoff
This Repo contains easy javascript questions for beginners to participate in Hacktoberfest 2021.
Stars: ✭ 14 (-64.1%)
Mutual labels:  beginner, hacktoberfest2021
Automatic-attendance-management-system
ROLLCALL an automatic and smart attendance marking and management system which uses Microsoft Azure’s Cognitive service at its core to create a system that could make sure that no human intervention is required and provides government the ability to monitor the attendance of the schools and helps the government officials in mark fake schools.
Stars: ✭ 44 (+12.82%)
Mutual labels:  contributions-welcome, hacktoberfest2021
HacktoberFest21
A beginner friendly repository for HacktoberFest 2021
Stars: ✭ 45 (+15.38%)
Mutual labels:  beginner, hacktoberfest2021
HacktoberFest2021
Make changes on the website and check them.πŸŽƒ
Stars: ✭ 0 (-100%)
Mutual labels:  beginner, 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 (-23.08%)
Mutual labels:  beginner, hacktoberfest2021
Hacktoberfest-2021
This Repo is created for beginners to promote open source contribution (hacktoberfest). The steps are provided in the readme file. Give it a star⭐ if you liked it :)
Stars: ✭ 52 (+33.33%)
Mutual labels:  beginner, hacktoberfest2021
VSCode-Bedrock-Development-Extension
An extension that provides support for files such as: .mcfunction, .json and .lang. Features include: completion, validations, formatters, diagnostics, cheat-sheets, code-actions, generation of files, and development tools to help develop Minecraft Bedrock Addons or Minecraft Education Edition.
Stars: ✭ 45 (+15.38%)
Mutual labels:  contributions-welcome, hacktoberfest2021
Androapps
Important Android projects to learn fundamentals of android development
Stars: ✭ 48 (+23.08%)
Mutual labels:  contributions-welcome, hacktoberfest2021
Let-Us-Java
[Hacktoberfest 2021] Any amazing πŸ”₯ πŸ’― code you may think of in Java, Let's compile all of them here
Stars: ✭ 39 (+0%)
Mutual labels:  contributions-welcome, hacktoberfest2021
Project-Ideas-And-Resources
A Collection of application ideas that can be used to improve your coding skills ❀.
Stars: ✭ 282 (+623.08%)
Mutual labels:  beginner, contributions-welcome
Avid-Algorithms
Basic knowledge of Data Structure and Algorithms and LeetCode solution in Python & C++.
Stars: ✭ 12 (-69.23%)
Mutual labels:  contributions-welcome, hacktoberfest2021
hacktoberfest-beginner
Make your first contribution for Hacktoberfest in the simplest way
Stars: ✭ 16 (-58.97%)
Mutual labels:  beginner, hacktoberfest2021
GoogleKickStart2020 Solutions
This repository will contain solutions of "Google Kick Start 2020" in C/C++/Java/Python. If you loved it, give a 🌟!
Stars: ✭ 137 (+251.28%)
Mutual labels:  contributions-welcome, hacktoberfest2021
CodeBucket
A beginner-friendly project to help you in open-source contributions. Made specifically for contributions in HACKTOBERFEST! Please leave a star ⭐ to support this project! ✨
Stars: ✭ 22 (-43.59%)
Mutual labels:  contributions-welcome, hacktoberfest2021
Minecraft-bedrock-json-schemas
The JSON validation schema files for Minecraft bedrock
Stars: ✭ 17 (-56.41%)
Mutual labels:  contributions-welcome, hacktoberfest2021
Awesome Python Scripts
πŸš€ Curated collection of Awesome Python Scripts which will make you go wow. Dive into this world of 360+ scripts. Feel free to contribute. Show your support by ✨this repository.
Stars: ✭ 198 (+407.69%)
Mutual labels:  contributions-welcome, hacktoberfest2021
Google-Gifts
Google Gifts is a list of some interesting website of Google.
Stars: ✭ 16 (-58.97%)
Mutual labels:  hacktoberfest2021
miette
Fancy upgrade to std::error::Error.
Stars: ✭ 945 (+2323.08%)
Mutual labels:  hacktoberfest2021

Hacktoberfest2021 Repo for Beginners

HF2020 Events 1600x400 Centered

- Follow the Contribution guidelines**
Repo Maintainers

How You Can Contribute to this repo

Follow below steps for contribution.

  1. Add your JavaScript Concepts in the respective JavaScript-Concepts directory

Name of File: js-concept-name_yourusername.js

example: hello_world_Aman22sharma.js
example: Variables_shruti49.js

Format

* JavaScript-Concepts

Name of File: JS-concept-name_yourusername.js

// AUTHOR: Your Name
// JavaScript Concept: JS Concept that you want to add (ex: variable,datatypes etc)
// GITHUB: your github profile link

//Add your JavaScript concept below

Aman Sharma
Product Engineer
@Hylobiz, Banglore (India)

Shruti Shastri
Software Engineer
@32nd, Delhi (India)
  • You can not add the same concepts again so, make sure the concepts are unique. OR You can add different examples to same file. That would also be counted.
  • Just give your name and github url.

Make a Pull Request for your changes and wait to be merged.

How to Begin

0. ⭐⭐⭐ Star this repository ⭐⭐⭐

1. Fork this repository

2. Clone this repo to your local environment

git clone https://github.com/your-username/Hacktoberfest2021_beginners.git
cd Hacktoberfest2021_beginners

3. Set your streams (For sync your clone with the original repo)

git remote add upstream https://github.com/shruti49/Hacktoberfest2021_beginners.git
git pull upstream master

4. Make your addition to the JavaScript concepts in JavaScript-Concepts directories

5. Create a branch

git checkout -b your-branch-name

6. Pull from the upstream again (This is to ensure we still have the latest code)

git pull origin master

7. Commit and Push your changes

git add .
git commit -m "commit message"
git push origin your-branch-name
  • Create a new Pull Request from your forked repository, click the New Pull Request button located at the top of your repository
  • Wait for you PR to be reviewed and merge approval

Format

* JavaScript-Concepts

Name of File: JS-concept-name_yourusername.js

// AUTHOR: Your Name
// JavaScript Concept: your javascript concept that you want to add (ex: variable,datatypes etc)
// GITHUB: your github profile link

//Add your JavaScript concept below

HAPPY Hacktoberfest!

1_Zgzm5Dw86UPNlSLeyUAoyw

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