Coder Social home page Coder Social logo

dixant456 / hacktoberfest_2022 Goto Github PK

View Code? Open in Web Editor NEW

This project forked from harshit-paneri/hacktoberfest_2022

0.0 0.0 0.0 12.71 MB

If you're new to Git and GitHub or are looking to get started with open source development, this repository is for you! I want to help you learn about these technologies and participate in Hacktoberfest, so I've collected some resources to get you started.

Home Page: https://harshit-paneri.github.io/HacktoberFest_2022/

hacktoberfest_2022's Introduction

Hacktober Fest 2022

๐Ÿ‘‹๐Ÿป If you're new to Git and GitHub or are looking to get started with open source development, this repository is for you! I want to help you learn about these technologies and participate in Hacktoberfest, so I've collected some resources to get you started.

By chance if you haven't registered for HacktoberFest, register here Hacktober Fest 2022.

โญ Star this repository to not lose it!

Learning Resources

RESOURCES FOR BEGINNERS

Getting started with Open-Source

Take your time and go through some of these articles to get an idea of what is open source.

Some beginner friendly Repository

To get started with contributing, check them out!

1. This repository
2. Canvas Game
3. Basic Website with HTML and CSS only
4. Web Location

For contributing in this repository, check the file Contributors.md.

Getting Started ๐Ÿคฉ๐Ÿค—

  1. Fork this repository.

  2. Clone on the repository to your local machine

    git clone <git repo>
    
  3. Navigate to cloned repository.

    cd filename
    
  4. Create a new branch to work on with

    git checkout -b my-new-branch

    Time to make some changes to the cloned repository on your local machine.

  5. Add your work with

    git add .
    
  6. Save your work, by commiting it.

    git commit -m "first commit"
  7. Let's try pushing it on remote repository, in our case github!

    git push origin my-new-branch
    
  8. Ready to share your work with others? So let's generate a Pull Request! To do this, go to your forked github repository and Create a Pull Request.


Avoid Conflicts (Syncing the fork)

An easy way to avoid conflicts is to add an upstream for your git repo, as other PR's may be merged while you're working on your branch/fork.

git remote add upstream <git repo>

Verify that the new remote was been added by

git remote -v

To pull new changes from the parent repository, just do

git merge upstream/master

FAQs

How to Contribute? Try updating an existing feature or add a new feature !!

Still no idea? Check out the issues in a github repository to see some work you can do.


How to contribute to this repository? If you are getting started with contributing, you just need to add some details in Contributors.md, in the same format as the others.

Check out the people who have Contributed.

hacktoberfest_2022's People

Contributors

harshit-paneri avatar lakshya-paneri avatar abirchoudhury-26 avatar sunil0517 avatar sanjaymenaria03 avatar 24shreya avatar gshreya06 avatar yashjain1974 avatar yashsoni9000 avatar amohata005gmailcom avatar ar-zoop avatar asimdm avatar dixant456 avatar harshalijain14 avatar ishitapagaria avatar mehuljain75 avatar monishsoni427 avatar syednida01 avatar urnotsosmartru avatar sammikanon avatar t1nup avatar priyanshuarora595 avatar pjswall avatar numcys avatar madhav-2808 avatar ashfaq-91 avatar kartiknp31 avatar kailew avatar jeevansainik789 avatar iumoinfinium avatar

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.