codebucks27 / ReactJs-rock-paper-scissors-game

Create rock paper and scissors game with ReactJs and build cool UI. Learn to create this by following the tutorial from the readme file.

Home Page:https://react-js-rock-paper-scissors-game.vercel.app/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Build Rock, Paper and Scissors Game with React JS

This repository contains code for rock,paper and scissors game in reactjs.

View Demo: https://react-js-rock-paper-scissors-game-ji6h1k10h.vercel.app/

If you want to learn how to create it please follow below tutorial:

https://youtu.be/tCSaSDgz2Hw

Building and running on localhost

First install dependencies:

npm install

To run in hot module reloading mode:

npm start

To create a production build:

npm run build-prod

Runningg

Open the file dist/index.html in your browser

Credits

Made with createapp.dev

About

Create rock paper and scissors game with ReactJs and build cool UI. Learn to create this by following the tutorial from the readme file.

https://react-js-rock-paper-scissors-game.vercel.app/


Languages

Language:SCSS 51.5%Language:JavaScript 45.2%Language:HTML 3.4%