Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/salimi-my/hangman
Classic word puzzle game Hangman for testing vocabulary by guessing letters one at a time to solve it created using React.
https://github.com/salimi-my/hangman
hangman react tailwind vite
Last synced: 24 days ago
JSON representation
Classic word puzzle game Hangman for testing vocabulary by guessing letters one at a time to solve it created using React.
- Host: GitHub
- URL: https://github.com/salimi-my/hangman
- Owner: salimi-my
- Created: 2023-07-31T13:19:46.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2024-03-19T15:55:49.000Z (10 months ago)
- Last Synced: 2024-11-05T11:10:10.866Z (2 months ago)
- Topics: hangman, react, tailwind, vite
- Language: JavaScript
- Homepage: https://hangman.salimi.my
- Size: 482 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# [Hangman](https://hangman.salimi.my) · [![Author Salimi](https://img.shields.io/badge/Author-Salimi-%3C%3E)](https://www.linkedin.com/in/mohamad-salimi/)
This is a classic word puzzle game Hangman for testing vocabulary by guessing letters one at a time to solve it created using React.
## Hangman
- Word puzzle game
- Created using React## Tech/framework used
- React
- Tailwind## Starting the project
Open the project then run the following command:
```bash
npm install
# then
npm run dev
# to build
npm run build
```## Demo
Hosted privately on personal DigitalOcean Droplet. [Click here](https://hangman.salimi.my) to visit.
Direct link: `https://hangman.salimi.my`## Screenshots
#### Win
![Win](/screenshots/screenshot-1.png)
#### Lose
![Lose](/screenshots/screenshot-2.png)