Skip to content

theuncleshege/react-rock-paper-scissors

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

React Rock-Paper-Scissors

This is a project example of the "Rock-Paper-Scissors" game developed with React.

It can easily be extended to different versions of the game, such as "Rock-Paper-Scissors-Lizard-Spock"

The project has unit tests which only covers the main game features.

You can fork and clone the project and run npm install to install the external dependencies. This project has been tested with node v9.5.0 and npm 6.1.0.

Helpful commands

You have the following CLI commands available:

  • npm start Runs the project and serves it on http://localhost:3000

  • npm test: Runs unit tests via JTest in the terminal

  • npm run build Builds the project and packages it for production

  • npm run serve Serves the build/ folder contents

About

Rock–Paper–Scissors game developed with React

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published