Lucas-Erkana / LucasErkana

My professional portfolio showcases my skills and experience using React JS, HTML, and CSS. It includes projects I have worked on, my education, and relevant work experience. It provides a dynamic and engaging user experience for potential employers and clients.
https://lucaserkana.vercel.app/
MIT License
23 stars 1 forks source link

Preserve Data to Browser #20

Closed Lucas-Erkana closed 1 year ago

Lucas-Erkana commented 1 year ago

✅ Store input data to local storage ✅ Added functionality that will allow the user changes the content of any input field, the data is saved to the local storage. ✅ Add functionality that will allow for when the user loads the page, if there is any data in the local storage the input fields are pre-filled with this data. ✅ Create a single JavaScript object with all the data from the entire form and save it in local storage