You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Create a React app where a user can play rock-paper-scissors against the computer
The user will be given the opportunity to pick one of "rock", "paper", or "scissors"
The app will randomly pick one of "rock", "paper", or "scissors"
The app's selection will be displayed to the user and the outcome of the round will be displayed to the user, and the user will be given the option to continue playing.
The app will track the number of wins, losses and ties
There is not time limit for this assignment.
You may ask any clarifying questions via email.
Submit a pull request against this repository with an English description of how your code works when you are complete
Additional Information
You may use any stylesheets or CSS framework
You may use any images or other assets so long as you have the license to do so
You may add additional features beyond those in listed in the Task section. Include in your pull request a description of what those features are. However, significantly more weight will be given to the items specifically listed in the Task section.