Skip to content

Latest commit

 

History

History
17 lines (14 loc) · 1.11 KB

File metadata and controls

17 lines (14 loc) · 1.11 KB

Task

  1. Fork this project
  2. Create a React app where a user can play rock-paper-scissors against the computer
  3. The user will be given the opportunity to pick one of "rock", "paper", or "scissors"
  4. The app will randomly pick one of "rock", "paper", or "scissors"
  5. 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.
  6. The app will track the number of wins, losses and ties
  7. There is not time limit for this assignment.
  8. You may ask any clarifying questions via email.
  9. 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.