Skip to content

Latest commit

 

History

History
22 lines (14 loc) · 1.04 KB

README.md

File metadata and controls

22 lines (14 loc) · 1.04 KB

Rock Paper Scissors

Try the web app for playing rock, paper, and scissors by simply clicking on them if you're too tired to use hand signs. Have fun!

General:

For the web app's layout, I just used HTML flex and grid, SCSS for styling, and JavaScript for adding functionality.

Learning:

setInterval() - It is used call a function at specified time interval. It takes two arguments-function and time(in miliseconds).
clearInterval() - It is used to cancel the action the setInterval() function.

Preview:

Desktop view:

image
image

Mobile view:

image
image