How to contribute?

  1. Fork this repository into your github account
  2. Clone this project into your local machine.
    https://github.com/Developer-Students-Clubs-MESCOE/Hacktoberfest_2021_React.js-Rock-Paper-Scissor.git
  3. make a new branch.
    git checkout -b branch-name
  4. push your code into this branch.
    git add .
    git commit -m "Your message here"
    git push origin branch-name
  5. Make a Pull request

How to run the project?

1.After cloning the project run 'npm install' in the working directory through command prompt.
2.Run the command 'npm start' in the command prompt.
3.This will start the project into your local machine.