A simple hangman game with a randomly selected set of words. Stylized as a school board game.
- Randomly generated passwords from multiple categories.
- System for selecting letters for the password on the screen.
- Win/loss statistics counter.
- Background music.
- Visual and textual information about remaining chances.
- React.js
- HTML
- CSS
-
Clone the repository: git clone https://github.com/Irezumii/hangman-react.git
-
Install dependencies: cd hangman-react npm install
-
Run the application: npm start
-
Open your web browser and navigate to
http://localhost:3000to view the app.
Contributions are welcome! If you'd like to contribute to this project, please follow these steps:
- Fork the repository.
- Create a new branch (
git checkout -b feature/new-feature). - Make your changes.
- Commit your changes (
git commit -am 'Add new feature'). - Push to the branch (
git push origin feature/new-feature). - Create a new pull request.
For any inquiries or feedback, please contact Konrad at [email protected].