ICP3 - Pranathi-07/WebMobile_spring2021 GitHub Wiki

Name : Pranathi Nalluri

Student Id: 16301706

Web Programming ICP3(Bootstrap, Javascript)

1.Rock-Paper-Scissors

Below is the html code to design the UI and calling a method through onclick event.

Onclick event gets the user input and we generate a random system input and determine the winner for the game.

output:

2.RWD Task

Designing the RWD task we have a container class in which we used different row and column classes like row last mb-20,col-sm-6 col-md-3 for making the page responsive.

styling the images and aligning them as required

Output :

Source Code