zurda / hangman-films

Hangman game: guess the film (movieDB API, Typescript, React)
https://hangman-films.netlify.app/
6 stars 6 forks source link

Feature save already played movies #29

Closed thadeucity closed 3 years ago

thadeucity commented 3 years ago

Solving issue #19

Using React Hooks to check if movie was already played by the use, if so get another one.

For now the hook is saving the already played films array in the LocalStorage.

netlify[bot] commented 3 years ago

Deploy request for tender-chandrasekhar-32309f pending review.

Review with commit 55517e725d996cf7ac85e2923b777f0748d83127

https://app.netlify.com/sites/tender-chandrasekhar-32309f/deploys

zurda commented 3 years ago

Thanks @thadeucity , looks good! Ignore that red X - I tried to fix the conflict on the fly and messed up the build test. Should be fine on master though