Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

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.

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)