Skip to content

Make your first Pull Request for Hacktoberfest 2024! Don’t forget to spread the love, and if you find it helpful, consider giving us a ⭐️. This repository includes useful algorithms and code to help beginners, featuring multiple languages and ideas. You’ll also find some beginner-friendly mini projects to get you started!

Notifications You must be signed in to change notification settings

rajasurya-rjs/AffiCodes-Hacktoberfest2024

 
 

Repository files navigation

AffiCodes - Hacktoberfest 2024!

This is an open-source repository designed for students and young programmers who are absolute beginners in programming and eager to learn. The repository includes a collection of useful algorithms and code samples aimed at assisting beginners. It covers a variety of programming languages.

Begin your journey of contributing here

Languages You Will Find:

  • HTML
  • CSS
  • JAVASCRIPT
  • PHP
  • PYTHON
  • C++
  • C#
  • JAVA

You can also find

  • Mini Projects

How to contribute

  1. You can contribute with Code.
  2. Fixing issues.
  3. You can contribute in terms of useful tips and tricks of programming or add documentation.

Steps.

Step 1

Star and Fork this repository.

Step 2

Fork this repository You can fork this repository by clicking on the fork button on the top right corner. Once you fork, this will create a copy of the repo on your account.

Step 3

Clone the repository To clone the repository, go to your account, open this repo, and either click on the clone button or run the command below to get this repository on your local machine.

git clone <copied URL>

e.g. git clone https://github.com/DevAffan/AffiCodes-Hacktoberfest2024.git

Step 4

Create a branch Go inside your folder where you cloned the repository and run these commands.

Create a new branch using the command below.

git checkout -b <branch-name>

e.g. git checkout -b mybranch

Step 5

Let's make some contributions Make changes to files on your local machine or add some code.

Step 6

Add Changes and Commit Changes Use the following commands

git add .

Now we have to commit changes; the commit message should always be clear. To commit, use the command below.

git commit -m "resolved the <issue>"

Step 7

Push changes to GitHub Now push the changes to your branch.

git push origin <branch-name>

The name of the branch is the same as you created in step 4.

e.g. git push origin mybranch

Step 8

Submit your changes for review Once you have pushed your code to GitHub, it's now time to create a pull request. You will go to the repository, click on compare and pull request, and submit the pull request.

Soon, we will be merging all your pull requests to the main branch of the project.

Objectives for README Improvement

  • Improve the overall readability and structure of the README files.
  • Ensure that the documentation is easy to follow and understand.
  • Add missing details or sections, such as installation instructions, usage examples, and contribution guidelines.
  • Improve formatting, layout, and design for a cleaner and more professional appearance.

TOP CONTRIBUTORS

Happy Hacking

About

Make your first Pull Request for Hacktoberfest 2024! Don’t forget to spread the love, and if you find it helpful, consider giving us a ⭐️. This repository includes useful algorithms and code to help beginners, featuring multiple languages and ideas. You’ll also find some beginner-friendly mini projects to get you started!

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • PHP 71.8%
  • CSS 20.3%
  • C++ 2.3%
  • JavaScript 2.0%
  • Java 1.3%
  • Python 0.8%
  • Other 1.5%