rrcampbell-exe / real-fake-birds

A guessing game featuring real fake birds.
https://www.realfakebirds.app
1 stars 0 forks source link

Current Streak: Modularize Data #50

Open rrcampbell-exe opened 11 months ago

rrcampbell-exe commented 11 months ago

Currently, when clicking 'Reset Score,' a player resets their historic data and their streak. Streak and historic data should be decoupled so that players can clear one or the other. This will require updates not only to how this information is stored in localStorage, but also to the hasLocalStorage utility itself.