https://github.com/doctorpok42/hangman
Play HangMan with your friends!
https://github.com/doctorpok42/hangman
game hangman material-ui nextjs sass ts
Last synced: 3 months ago
JSON representation
Play HangMan with your friends!
- Host: GitHub
- URL: https://github.com/doctorpok42/hangman
- Owner: DoctorPok42
- License: mit
- Created: 2023-09-29T08:15:50.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2023-10-01T15:44:05.000Z (over 1 year ago)
- Last Synced: 2025-01-10T09:20:26.954Z (4 months ago)
- Topics: game, hangman, material-ui, nextjs, sass, ts
- Language: TypeScript
- Homepage: https://hangman.doctorpok.io
- Size: 95.7 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
![]()
# HangMan
### Play HangMan with your friends
## Installation
1. Clone the repository
```bash
git [email protected]:DoctorPok42/HangMan.git
```2. Install dependencies
```bash
npm install
```3. Run the project
```bash
npm run dev
```## Usage
1. Go to http://localhost:3000
2. Try to guess the word letter by letter
3. Have fun
### Words
- [Word List](https://random-word-api.herokuapp.com/all)
## Tech
- [Next.js](https://nextjs.org/)
- [TS](https://www.typescriptlang.org/)
- [SASS](https://sass-lang.com/)
- [Material UI](https://material-ui.com/)## Folder structure
- **components** - Contains all the components used in the project
- **pages** - Contains all the pages used in the project
- **public** - Contains all the static files used in the project
- **styles** - Contains all the styles used in the project
- **api** - Contains all the routes api used in the project## License
[MIT](https://github.com/DoctorPok42/HangMan/blob/main/LICENSE)