KanoCode / my-portfolio

This is a space I created for myself where I showcase my favorite projects, that I have developed or had the most contributions in.
2 stars 0 forks source link

Local storage #13

Closed KanoCode closed 2 years ago

KanoCode commented 2 years ago

Implemented the following interactions: When the user changes the content of any input field, the data is saved to the local storage. When the user loads the page, if there is any data in the local storage the input fields are pre-filled with this data.

Used the following data model: A single JavaScript object with all the data from the entire form and saved it in local storage.