Skip to content

adrianptrv/Rock_paper_scissors_FE_Mentor

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 my solution to the Rock, Paper, Scissors challenge on Frontend Mentor challenge.

The challenge

The challenge is to create a responsive web application of the Rock, Paper, Scissors game in which the user is plating against the computer.

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. (Made the score value to be stored in the local storage.)

Links

My process

  1. Analyze the provided design pictures and build the HTML structure.
  2. Add all of the CSS styles through SCSS, and make the web application responsive.
  3. Add the functionality of the game with jQuery and JavaScript.

Built with

  • HTML
  • SCSS
  • JavaScript
  • jQuery

Screenshots

Mobile layout Desktop layout

About

Rock, Paper, Scissors game build with JS, jQuery, HTML and SCSS

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published