Skip to content

Architchoudhary2001/react-rock-paper-scissor

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Build Rock, Paper and Scissors Game with React JS

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

View Demo: https://singular-beignet-afbb7c.netlify.app/

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