octokatherine / word-master

A Mastermind-like word guessing game
MIT License
381 stars 240 forks source link

Show instructions modal automatically on first visit #5

Closed octokatherine closed 2 years ago

octokatherine commented 2 years ago

We should have the "How to play" instructions modal already open on a user's first visit to the site.

We can use the useLocalStorage hook to save whether it is a user's first visit. Alternatively, we could use the existence of the "current-streak" key in local storage to determine if the user has played before.

wilsonchyw commented 2 years ago

Could you assign this to me?