All Projects → AselSiriwardena → hacktoberfest-beginner

AselSiriwardena / hacktoberfest-beginner

Licence: other
Make your first contribution for Hacktoberfest in the simplest way

Programming Languages

HTML
75241 projects
python
139335 projects - #7 most used programming language
javascript
184084 projects - #8 most used programming language
C++
36643 projects - #6 most used programming language
java
68154 projects - #9 most used programming language
c
50402 projects - #5 most used programming language

Projects that are alternatives of or similar to hacktoberfest-beginner

Hacktoberfest-Nepal-2020
A beginner-friendly open source repository to create your first pull request.
Stars: ✭ 15 (-6.25%)
Mutual labels:  hacktoberfest2020, hacktoberfest2021
SpotMusicGen
A Program that creates a Spotify playlist from a YouTube Playlist
Stars: ✭ 47 (+193.75%)
Mutual labels:  hacktoberfest2020, hacktoberfest2021
hacktoberfest2021-easy
Add a code in any language
Stars: ✭ 24 (+50%)
Mutual labels:  hacktoberfest2020, hacktoberfest2021
styles
A collection of cool effects in html, css and javascript.
Stars: ✭ 35 (+118.75%)
Mutual labels:  beginner, hacktoberfest2020
SpoketoberfestResources
No description or website provided.
Stars: ✭ 16 (+0%)
Mutual labels:  hacktoberfest2020, hacktoberfest2021
HacktoberFest2021
Beginner-friendly repository for Hacktober Fest 2021. Start your contribution to open source through baby steps. 💜
Stars: ✭ 33 (+106.25%)
Mutual labels:  beginner, hacktoberfest2021
Hacktoberfest-2021
Make this Hacktoberfest a learning period and contribute to Great Open Source Projects.
Stars: ✭ 523 (+3168.75%)
Mutual labels:  hacktoberfest2020, 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 (+225%)
Mutual labels:  beginner, hacktoberfest2021
o-fish-web
Web application for the Officer's Fishery Information Sharing Hub (O-FISH). The web app allows agencies to gain insights from the aggregated information gathered during a routine vessel inspection (submitted via the web app).
Stars: ✭ 29 (+81.25%)
Mutual labels:  hacktoberfest2020, hacktoberfest2021
HacktoberFest21
A beginner friendly repository for HacktoberFest 2021
Stars: ✭ 45 (+181.25%)
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 (+87.5%)
Mutual labels:  beginner, hacktoberfest2021
o-fish-android
Android app for the Officer's Fishery Information Sharing Hub (O-FISH). The mobile app allows fisheries officers to document and share critical information gathered during a routine vessel inspection.
Stars: ✭ 19 (+18.75%)
Mutual labels:  hacktoberfest2020, hacktoberfest2021
the-duck-gallery
theduckgallery.zenika.com
Stars: ✭ 21 (+31.25%)
Mutual labels:  beginner, hacktoberfest2020
Algorithms
Short explanations and implementations of different algorithms in multiple languages
Stars: ✭ 37 (+131.25%)
Mutual labels:  hacktoberfest2020, hacktoberfest2021
starcli
✨ Browse trending GitHub projects from your command line
Stars: ✭ 436 (+2625%)
Mutual labels:  beginner, hacktoberfest2020
autocorr kr
리브레오피스(LibreOffice) 자동 교정(Autocorrect)기능에 대한 말모이 저장소
Stars: ✭ 15 (-6.25%)
Mutual labels:  hacktoberfest2020, hacktoberfest2021
HacktoberFest2021
Make changes on the website and check them.🎃
Stars: ✭ 0 (-100%)
Mutual labels:  beginner, hacktoberfest2021
Hacktoberfest-hackedoff
This Repo contains easy javascript questions for beginners to participate in Hacktoberfest 2021.
Stars: ✭ 14 (-12.5%)
Mutual labels:  beginner, hacktoberfest2021
Commandline-Games-hacktoberfest
A repository to share command line games. An opportunity to start and learn about open source code contributions flow.
Stars: ✭ 16 (+0%)
Mutual labels:  hacktoberfest2020, hacktoberfest2021
hacktoberfest
Fork and Create a Pull Request
Stars: ✭ 13 (-18.75%)
Mutual labels:  beginner, hacktoberfest2020

Hacktoberfest-Beginner

Make your first contribution for Hacktoberfest in the simplest way.

You can find my Hacktoberfest guide Here

This is an open source project on Github. Here you can practice making your first Pull Request to a public repository before doing a more complex contribution.

This public repository is open to all members of the Github Community.

Hacktoberfest Details

Hacktoberfest is a month long programming celebration from October 1st - October 31st sponsored by Digital Ocean and Github to get people involved in open source. Create your Hacktoberfest account with your Github sign in information and begin making your contributions.

https://hacktoberfest.digitalocean.com/

hacktoberfest_2020

How You Can Contribute to This Project

Formatting to follow for profile and hello_world is below under Format

  • In your preferred language create a simple Hello World script in the respective Hello-World.Year directory

  • Even if you don't want to code Hello World in your preferred language because it's already done, please still contribute your piece. Your way of writing in a language may differ from another person's way.

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

How to Begin

  1. Fork this repository

  2. Clone your fork down to your local environment

git clone https://github.com/your-username/hacktoberfest-beginner.git
  1. Create a branch
git checkout -b your-branch-name
  1. Make your addition to the Profile and Hello World directories

  2. 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
  • Star this repository if you had fun!

Format

Name of File: hello_world_firstinitiallastname.preferred language written

example: hello_world_aselsiriwardena.rs
// AUTHOR: Asel Siriwardena
// LANGUAGE: Rust
// GITHUB: https://github.com/AselSiriwardena

fn main() {
    println!("Hello World!");
}

HAPPY CODING!

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