Giter Club home page Giter Club logo

react-hacktober-fest-2022's Introduction

Hactober Fest 2022 - React MBC CET

A brief description of what this project does and who it's for

img

Instructions for students

  • If you don't have Git Bash on your machine, install it.

If you are new to Git and Github, you need to create a Github Account.

Fork the repository

Fork this repository by clicking on the fork button on the top of this page. This will create a copy of this repository in your account.

Clone the repository

Now clone the forked repository to your machine. Go to your GitHub account, open the forked repository, click on the code button and then click the copy to clipboard icon.

Open Git Bash and run the following git command:

git clone url 

where url is the url you just copied! (your fork of this project). For example:

git clone https://github.com/username/React-Hacktober-Fest-2022.git

where username is your GitHub username. Here you're copying the contents of the React-Hacktober-Fest-2022 repository on GitHub to your computer.

Make Necessary changes

Open up the project in your favourite text editor, inside the Hack Here create a new folder with your name and add your file. Make sure to save the edits.

Try adding a Readme.md file. This should contain a brief description of the projects in the folder.

Add and Commit your changes

Open Git Bash, navigate to the project directory and execute the command git status, you'll see there are changes. Add those changes to the branch you just created using the git add command:

git add filename

You can also add all the unstaged files using : git add .

Now commit those changes using the git commit command:

git commit -m "commit message"

Push changes to GitHub

Push your changes using the command git push:

git push origin main

Create a pull request

Open the main page of your repository on your GitHub account in your browser and click on the Pull requests tab.
Now, click on the New Pull Request button.
Click Create Pull Request option. Enter a suitable title and description for the pull request. Now submit the pull request.

What is a pull request?

You can find more GitHub Commands here

Congrats! You just completed the standard fork -> clone -> edit -> pull request workflow that you'll encounter often as a contributor!๐ŸŽ‰

Contacts

You can reach out to React officials if any help needed.

Chairman - [email protected] / +91 90374 83183

Coordinator - [email protected] / +91 790295 13939

react-hacktober-fest-2022's People

Contributors

10-eliza avatar 10cyrilc avatar abinnakkara avatar adin992 avatar aju0 avatar al-312 avatar albin-j avatar alitanna avatar aln6 avatar aneetaabhm avatar antosajiantony avatar ashishshaiju avatar aswinsunil012 avatar dan01010 avatar goku45654 avatar jeeson12 avatar joeljoshi2002 avatar joelvikey avatar justineapen avatar kurian7007 avatar myth2530 avatar pred07 avatar react-mbc avatar roshanjoji avatar sharongeorge69 avatar shirdivinayak avatar shisui478 avatar sibin-george avatar tinu13 avatar yampss avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar

Watchers

 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.