A simple and fun game of HANGMAN made using React.
Figure out what the word is by typing letters and if you get the letter wrong 6 times you lose!
- 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