This is a practice project where I use React and TypeScript to create a Hangman game. 👨💻
The goal is to deepen my understanding of concepts like state management, user interactions, and component-based architecture while building a fun and interactive application.

- React
- Typescript
- Random word selection from a predefined list.
- Tracks incorrect guesses and dynamically updates the game state.
- Handles keyboard input for guessing letters.
- Displays a congratulatory message when the word is guessed.
- Shows a losing message when the maximum number of incorrect guesses is reached.
- Disables further input when the game ends (win or lose).
npm install
npm run start