Rock Paper Scissors React Tutorial in 12 Minutes

Source code: github.com/vitakras/rock-pape...
Beginner tutorial on how you can make a simple rock paper scissors game using a react. This tutorial requires that you have the latest version of NodeJS installed on your computer as well as a text editor like Visual Studio Code. By the end of this tutorial, you have a working rock paper scissors game that you can play against the computer. This tutorial assumes that you have some basic knowledge of HTML, Javascript, and CSS.
Requirements:
nodejs.org/en/
visualstudio.microsoft.com/
reactjs.org/docs/create-a-new...
react-icons.github.io/react-i...
References:
bigbangtheory.fandom.com/wiki...
javascript.plainenglish.io/bu...
#ReactTutorial #BeginnerReactTutorial #LearnReactNow

Пікірлер: 5

  • @dorahsieh2558
    @dorahsieh25582 жыл бұрын

    Thanks bro! It’s really a nice and simple tutorial. Look forward to your future videos~

  • @tommy8bit
    @tommy8bit Жыл бұрын

    Thank you for the tutorial. If I wanted to assign a different color to each icon is there an easy way to do this?

  • @TheCrowdel

    @TheCrowdel

    Жыл бұрын

    you can give uniq name for each icon and just change the color base of the name, example .rock-icon { background: red } .paper-icon { background: blue }

  • @zagaki2107
    @zagaki21072 жыл бұрын

    bro can i have your rock paper scissors source code?

  • @codervitaliy1869

    @codervitaliy1869

    2 жыл бұрын

    Yup, here you go github.com/vitakras/rock-paper-scissors