Built a Hangman game using React and TypeScript, offering a fun word-guessing challenge.
You can visit published website on vercel here
Hangman is a word-guessing game where you try to uncover a hidden word by suggesting letters. For each correct guess, a letter is revealed. With incorrect guesses, a stick figure is gradually drawn. If the figure is completed before you guess the word, you lose.
Getting Started 🔼
- Git - For cloning the repository.
- Npm - For managing required packages.
Steps to install and run this project locally
-
Step 1 clone project in terminal paste:
git clone https://github.com/ahmads1990/ReactHangmanGame.git
-
Step 2 install packages
cd .\ReactHangmanGame\ npm install
-
Step 3 run app
npm run dev
Project walkthrough 🔼
video or screenshots
Contributing 🔼
Thank you for considering contributing to our project! Whether it's reporting issues, submitting bug fixes, or proposing new features, your contributions are welcome and appreciated.
Suggesting ideas 🔼
We welcome suggestions for new features or improvements. Please open an issue to discuss your ideas before starting to work on them or send me a email.
How to Contribute 🔼
-
Fork the repository to your GitHub account.
-
Checkout installation section
-
Create a new branch for your contribution:
git checkout -b feature-branch
-
Make your changes and commit them with a descriptive commit message:
git commit -m "Add your descriptive message here"
-
Push the changes to your forked repository:
git push origin feature-branch
-
Open a pull request on the original repository. Provide a clear title and description for your pull request, explaining the changes you made.
Reporting Bugs 🔼
If you find a bug, please open an issue and provide detailed information, including:
- Steps to reproduce the bug
- Expected behavior
- Actual behavior
- Screenshot (optional)
- Environment details (e.g., operating system, browser, etc.)
Thank you for contributing!