MaciejMi / Rock-Paper-Scissors

A classic rock, paper, scissors game made in React

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Rock Paper Scissors

A classic rock, paper, scissors game made in React for classes.

image image

Run Locally

To run Rock Paper Scissors locally, run this command on your git bash:

Linux and macOS:

sudo git clone https://github.com/MaciejMi/Rock-Paper-Scissors.git

Windows:

git clone https://github.com/MaciejMi/Rock-Paper-Scissors.git

After that, you need to go to the react project directory, type

npm install

and then run the project by typing

 npm run dev

About

A classic rock, paper, scissors game made in React


Languages

Language:JavaScript 74.9%Language:SCSS 21.4%Language:HTML 3.7%