Skip to content

This is a simple Rock, Paper, Scissors SPA, written in javascript, using React as the web framework. It allows a player to pick a weapon and play against the computer's weapon that is selected at random. The winner gets a point added to their score and the scores can be reset at any time on the click of a button. A cool little app to kill a few …

Notifications You must be signed in to change notification settings

StevieV1903/rock_paper_scissors

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

This is a simple responsive Rock, Paper, Scissors SPA, written in javascript, using React as the web framework. It allows a player to pick a weapon and play against the computer's weapon that is selected at random. The winner gets a point added to their score and the scores can be reset at any time on the click of a button. A cool little app to kill a few minutes boredom!!

The application is hosted on AWS Amplify

This responsive project was bootstrapped with Create React App.

ToDo

Currently there is some additional work required around displaying the images more fluidly on render. There seems to be some delay in pulling the image through on the hosted version of the application.


Installation

Clone

  • Clone this repo to your local machine

Setup

Install packages

> npm install

Start the application

> npm start

Runs the app in the development mode. Open http://localhost:3000 to view it in the browser.

Web Screenshots

Screenshot 2021-06-23 at 12 44 31

Screenshot 2021-06-23 at 12 44 43

Screenshot 2021-06-23 at 12 45 30

Screenshot 2021-06-23 at 12 45 38

About

This is a simple Rock, Paper, Scissors SPA, written in javascript, using React as the web framework. It allows a player to pick a weapon and play against the computer's weapon that is selected at random. The winner gets a point added to their score and the scores can be reset at any time on the click of a button. A cool little app to kill a few …

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published