Open devkennyy opened 2 years ago
For user specific settings/preferences like theme or stage I would suggest sticking with local storage. It's just not necessary to make a database for such unimportant information.
Once we have some sort of login, then we should use a database
We should probably use a database instead of local storage or create a better controller.