This repository contains code for rock,paper and scissors game in reactjs.
View Demo: React.js Rock Paper Scissors Game
If you want to learn how to create it please follow below tutorial:
First install dependencies:
npm installTo run in hot module reloading mode:
npm startTo create a production build:
npm run build-prodOpen the file dist/index.html in your browser
Made with createapp.dev