Skip to content

ClementeMayor/RockyPaperScissor

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

21 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Frontend Mentor - Rock, Paper, Scissors solution

This is a solution to the Rock, Paper, Scissors challenge on Frontend Mentor. Frontend Mentor challenges help you improve your coding skills by building realistic projects.

Table of contents

Overview

The challenge

Users should be able to:

  • View the optimal layout for the game depending on their device's screen size
  • Play Rock, Paper, Scissors against the computer
  • Maintain the state of the score after refreshing the browser (in progress)
  • Bonus: Play Rock, Paper, Scissors, Lizard, Spock against the computer (in progress)

Screenshot

Desktop View Desktop Result Desktop Modal Mobile View Mobile Result Mobile Modal

Links

My process

Built with

  • Semantic BEM HTML5 markup
  • Flexbox
  • CSS Grid
  • Mobile-first workflow
  • React - JS library
  • TypeScript

Continued development

Implement the bonus side which is the addition of lizard and spock to the options as the frontendmentor exercise suggest with the 'bonus' part.

Author