Microverse Module 01 Project: This is my working portfolio. Inside you will find my background information, contacts, and project showcase. Built with HTML, CSS and JavaScript. Description: This is a professional project with Micoverse, This project was built to show My professional work and hard-skills as a full-stack web developer.
I implement 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.
The following data model is used:
You must create a single JavaScript object with all the data from the entire form and save it in local storage.
Do not create one local storage entry per input field.
I implement 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. The following data model is used: You must create a single JavaScript object with all the data from the entire form and save it in local storage. Do not create one local storage entry per input field.