jtaavola / buzzword-bingo

Buzzword Bingo built with React
https://jtaavola.github.io/buzzword-bingo/
MIT License
1 stars 2 forks source link

Save buzzwords as cookie or local storage #19

Open jtaavola opened 1 year ago

jtaavola commented 1 year ago

dependent on #13

It would be cool if we save the buzzwords once they are modified.

Mantine has a useLocalStorage hook.

We'll probably want a "Restore default buzzwords" or something (in the edit modal?) as well.