Build a Rock Paper Scissors Game from Scratch with React

Madars Biss

Language: English

Publisher: SitePoint

Published: Nov 2, 2021

Description:

In this tutorial, we’ll build a Rock Paper Scissors game that allows users to play against the computer. We’ll use React to build the app. React is a feature-rich JavaScript library for building interactive user interfaces for websites, web applications and games.

We’ll learn how to create the wireframe, style it, set up the project, keep track of states, create the components, and implement the game logic.