WEB ICP 3 - navyagonug/CSEE5590-WEB-AND-MOBILE-PROGRAMMING GitHub Wiki
NAVYA GONUGUNTLA
CLASS ID: 9
WEB ICP-3
https://en.wikipedia.org/wiki/Rock–paper–scissors)
QUESTION 1: 1. Rock-Paper-Scissors(Build the game of rock paper scissors using JavaScript.
The below is the snippet of the code written to play rock,paper and scissors game with computer.
Screenshots below shows the output.
QUESTION 2: 2. RWD Task
i.Create a page thatlooks likethe below mockup. ii.Download the starter code from here. iii.Follow the TODO instructions in the 'input.html' file. iv.Make the page responsive and check its responsiveness as the screen size decreases. v.The font in the mockup looks different from what we have in the code now. vi.Find the closest possible font to the one in the mockup and replace the existing font with it (Hint: Visit https://fonts.google.com/and look for "Play", "Rambla", "Lato", "Orbitron". One of them might be the font we need!) vii.Two coloredsquares and their respective hexadecimal numbers are given on the left side serve as only a reference for the colors used for the text content in the mockup. viii.They are not a part of the final page that we build. Make the Page as close as possible to the mockup. You can use your images,though.
The following is the web design (responsive) as well as the code written for that.