cmcrawford2 / memory-game

Memory card game from 1968.
https://boisterous-palmier-c30f9d.netlify.app/
MIT License
1 stars 4 forks source link

Column and Row numbers reset to 12 and 9 when the page is refreshed #1

Closed cmcrawford2 closed 1 year ago

cmcrawford2 commented 1 year ago

Store the number of rows and columns in local storage, and retrieve them if they exist, upon starting the game or refreshing the browser.

cmcrawford2 commented 1 year ago

You'll have to know something about React and local storage, but I think a beginner could do this.

Sukhendu2002 commented 1 year ago

Hey @cmcrawford2, Can you please assign this to me, I want to work on this issue

cmcrawford2 commented 1 year ago

Done! Thanks!

Sukhendu2002 commented 1 year ago

Thanks, @cmcrawford2. I am starting to work on this