You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
A Hangman game built with React. The project showcases the use of React components, state management, and event handling, offering an interactive game experience where users can guess letters to form a word.
Exercise from Fernando Herrera's Beginner Programming Course - Hangman Game in React
Run:
Clone or download the code
Run npm install
Run npm run dev
Open localhost:3000 or the URL displayed in the console
About
A Hangman game built with React. The project showcases the use of React components, state management, and event handling, offering an interactive game experience where users can guess letters to form a word.