kenshanta / dynamic-react-graph-app

A dynamic linear and bar graph made with React
https://dynamic-react-graph-app.vercel.app
0 stars 0 forks source link

Agreeing to storage once? #14

Open kenshanta opened 1 month ago

kenshanta commented 1 month ago

https://github.com/kenshanta/menu-react/issues/38

kenshanta commented 1 month ago

ComfirmationModal should pop-up on landing page. first time only. Agreements should be stored on sessionStorage to avoid managing state locally.

{
Agreed: boolean
}