Mehdi-Rh / Portfolio_Microverse

This portfolio website was build during the Microverse Bootcamp.
12 stars 0 forks source link

Local storage #17

Closed Mehdi-Rh closed 2 years ago

Mehdi-Rh commented 2 years ago

Premise

In this PR, I saved the data of the contact form in the local storage of the browser. That way when the user reloads the page the data they filled out in the form will be preserved.

Changes