Preface In this project you will be creating a webpage that stores data using localStorage and sessionStorage . The user’s favorite searches are saved using localStorage , so they are immediately...

1 answer below »

Preface


In this project you will be creating a webpage that stores data usinglocalStorageandsessionStorage. The user’s favorite searches are saved usinglocalStorage, so they are immediately available each time the user browses the app’s web page. The app usessessionStorageto determine whether the user has visited the page previously during the current browsing session. If not, the app displays a welcome message. See figures below:


Initial look of webpage

Figure 1: The initial look of the webpage

User enters info to webpage

Figure 2: User enters info

User saves info on webpage

Figure 3: User saves info

Requirements



  1. Copy theHTMLcode from Fig. 11.17 and name yourHTMLfileFavoriteTwitterSearches.html

  2. Copy theCSScode from Fig. 11.18 and name yourCSSfilestyle.css

  3. Copy theJavaScriptcode from Fig. 11.19 and name yourJavaScriptfileFavoriteTwitterSearches.js


Figures


These figures are from the textbook:


Fig 11.17: FavoriteTwitterSearchs.html



Fig 11.17 Twitter Searches Html Page


Fig 11.18: style.css



Fig 11.18 Twitter Searches CSS Page


Fig 11.19: FavoriteTwitterSearchs.js



Fig 11.19-1 JavaScript Code



Answered 1 days AfterApr 12, 2022

Answer To: Preface In this project you will be creating a webpage that stores data using localStorage and...

Raja answered on Apr 13 2022
89 Votes
SOLUTION.PDF

Answer To This Question Is Available To Download

Related Questions & Answers

More Questions »

Submit New Assignment

Copy and Paste Your Assignment Here