WEB ICP 4 - navyagonug/CSEE5590-WEB-AND-MOBILE-PROGRAMMING GitHub Wiki

Hover Image:Look at theImage IandImage IIfor reference. When the user mouse hovers on the image, it should change the background of the empty frame with relevant imagesand text. For example, when the mouse hovered on the first image inImage I, it should change the contents (both background-image and text) of the empty frame,as shown inImage II.

The following is the javascript code that contains two main functions update() and undo() performing the required hovering.

The below screenshot shows the successful code execution

itHub User Finder:Create an app which makesthe calltotheGitHubAPI (https://api.github.com/) and displaysthe following user's accountdetails when any usersearchedbyusernameName of the userThe ID of the userProfilepictureLink totheuser'saccount

The following is the screenshot showing the output

Entering the Github ID will display the details of that Github account.