pub-trivia / trivia-app

Play trivia with friends around the world
https://pub-trivia.herokuapp.com
5 stars 4 forks source link

Clear game code when game is over #146

Closed cynthiarich closed 4 years ago

cynthiarich commented 4 years ago

This came up during 8 y.o. user testing, the game code was not being cleared if you clicked "New game" on the game results page. This PR removes the game from localStorage and from the global state before directing the user back to the / page.