A simple and interactive Hangman game built using React.
- Guess letters to reveal the hidden word
- Track remaining attempts
- Win or lose conditions
- Reset game functionality
-
Clone the repository:
git clone <repository-url>
-
Navigate to the project directory:
cd react-hangman -
Install dependencies:
npm install # or yarn install -
Start the development server:
npm start # or yarn startThe game should open in your browser at
http://localhost:3000/.
Simply guess letters by typing them or clicking on an on-screen keyboard (if implemented). Try to guess the word before you run out of attempts!