Bummer! This is just a preview. You need to be signed in with an account to view the entire instruction.
Well done!
You have completed Using Local Storage With JavaScript !
Instruction
Local Storage by Example
You've worked with Local Storage on its own in the console, but what is it like to integrate it into a project? In this step, you will be working with an application that will save recent searches made on a page and display them in a list. This will give you a chance to see a real-world use case for Local Storage.
Project Files
Launch the Workspace below to follow along, or [download th...