Lab #28 Local Storage
Lab #28 is titled "Local Storage". In this lab, I created local storage that allows you to input data that will stay in your browser until you clear your cookies. In my case, I made a to-do list which you can type in an activity name, press "+ Add Item" and it will store it on the list.
In order to create this list, I used a form to keep the items together when they were to be added, and also input so that the user can type their activity they would like to save on the list. In the CSS, I used formatting to keep the list in the form while also keeping the multiple layers of the form intact. Lastly, I used JavaScript functions to allow users to push items to the list, while also adding a function to interact and check off the activity that has been completed.
A web designer might want to use local storage items to create unique apps. Some of these apps may be shopping lists, to-do lists, etc. This basically means that web designers can allow others to easily keep track of the things they need to do by having it locally stored on their webpage.
In order to create this list, I used a form to keep the items together when they were to be added, and also input so that the user can type their activity they would like to save on the list. In the CSS, I used formatting to keep the list in the form while also keeping the multiple layers of the form intact. Lastly, I used JavaScript functions to allow users to push items to the list, while also adding a function to interact and check off the activity that has been completed.
A web designer might want to use local storage items to create unique apps. Some of these apps may be shopping lists, to-do lists, etc. This basically means that web designers can allow others to easily keep track of the things they need to do by having it locally stored on their webpage.

Comments
Post a Comment