Project built using React, useState() and useEffect(). Play the hangman game, guess the word by picking letters before the man dies.
- Display hangman pole and figure using SVG
- Generate a random word
- Display word in UI with correct letters
- Display wrong letters
- Show notification when select a letter twice
- Show popup on win or lose
- Play again button to reset game