Table of Contents
This project is a Hangman game built with ReactJS, TypeScript, Material-UI, and React-Bootstrap. Players can choose a category and difficulty level on the home page before starting the game. The goal is to guess words with the help of initial hints, within six attempts. The game features both typing and on-screen character buttons for input. After each game, a win or loss message is displayed, and players are redirected to the home page to start a new game.
Frameworks/libraries used to bootstrap this project:
This project was bootstrapped with npm-create-vite.
- Clone the repo
git clone https://github.com/ShahDev007/Typescript_Hangman.git
- Install NPM packages
npm install
or
- Pull the image uploaded on Docker:- https://hub.docker.com/r/shahdev007/hangman
npm run dev
Runs the app in the development mode.
Open http://localhost:5173 to view it in the browser.
Contributions are what make the open source community such an amazing place to learn, inspire, and create. Any contributions you make are greatly appreciated.
If you have a suggestion that would make this better, please fork the repo and create a pull request. You can also simply open an issue with the tag "enhancement". Don't forget to give the project a star! Thanks again!
- Fork the Project
- Create your Feature Branch (
git checkout -b feature/AmazingFeature
) - Commit your Changes (
git commit -m 'Add some AmazingFeature'
) - Push to the Branch (
git push origin feature/AmazingFeature
) - Open a Pull Request
Dev Shah - https://www.linkedin.com/in/dev-shah-437528194/
Project Link: https://github.com/ShahDev007/Typescript_Hangman/