Task 2: Local Storage
Create a webpage allowing users to store user inputs in the local storage and retrieve the stored data.
The webpage should look like the following example. You can freely design the webpage.
Required functions of the webpage:
• Can check local storage support and display on the screen a message about if the local storage is supported or not
• There are four buttons:
o Button 1: “Save data” to save data to the local storage
o Button 2: “Show recent input data” to present the input recently stored in the local storage
o Button 3: “Show all data” to present all the data in the local storage
o Button 4: “Clean the storage” to delete all data in the local storage