This repository contains code for rock,paper and scissors game in reactjs.
View Demo: https://rockspapersscissors12.netlify.app/
If you want to learn how to create it please follow below tutorial:
First install dependencies:
npm install
To run in hot module reloading mode:
npm start
To create a production build:
npm run build-prod
Open the file dist/index.html
in your browser
Made with createapp.dev