This project is a classic word guessing game where players try to guess a secret word by suggesting letters within a certain number of attempts.
##Features Classic Hangman gameplay. Randomly generated words for endless fun. React components and TypeScript for clean, type-safe code. Basic CSS used for creating the design User can enter alphabets by using mouse click on virtual keyboard created using react component and CSS grid This game also supports keyboard inputs User can reset the game using the 'enter' key.
##How to run Clone this project to your local machine Go to the project directory from your terminal Run 'npm install' for all the required dependencies to install Run 'npm run dev', Open your browser and visit http://localhost:5173 to play the Hangman game.
