Code Monkey home page Code Monkey logo

devaffan / afficodes-hacktoberfest2023 Goto Github PK

View Code? Open in Web Editor NEW
5.0 1.0 25.0 1.32 MB

Some usefull Algorithms and Codes to help beginners. You will find multiple different languages Algorithms and ideas here and also some beginners Mini Projects.

PHP 73.49% JavaScript 2.03% Python 0.24% C++ 2.09% Java 0.07% HTML 0.60% CSS 20.78% Kotlin 0.01% Swift 0.02% Objective-C 0.01% Dart 0.21% TypeScript 0.42% Hack 0.06%
javascript php algorithms c hacktober hacktoberfest java python open-source mini-project miniprogram cpp hack hacktoberfest2023 first-issue

afficodes-hacktoberfest2023's Introduction

AffiCodes

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 Found:
-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 usefull tips and tricks of programming or add documentations.

Steps.

Step 1

Starred and Fork this repository

step 2 Fork this repository

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

step 3 Clone the repository

To clone the repository go to your account open this repo and either click on 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/contribution.git

step 4 Create a branch

Go inside of your folder where you clone the repository and run these commands.

create a new branch using below command.

git checkout -b <branch-name>

e.g. git checkout -b mybranch

step 5 Lets 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, commit message should always be clear, to commit use 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>

name of branch is 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 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 project.

TOP CONTRIBUTORS

Happy Hacking

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.