I am working on a showcase website for an alcohol brand and I would like when the site is initialized, a component (a modal that i already create) is displayed for the user’s first visit, but not for the following.
My component (legalAge) is a modal that the purpose is to ask if the user is major ^^
my component
where i would like to put it conditionnaly
I would therefore like to create a variable in the form of a bolean in local storage but I don’t really know how to go about it.
i mean i know create the information in the local Storage but i don’t know how to use it…
I know that this practice is not very reliable in terms of security but I will put up with it for the moment
jules is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
Check out our Code of Conduct.