https://github.com/alexandredresch/jogo-da-forca
https://github.com/alexandredresch/jogo-da-forca
Last synced: about 2 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/alexandredresch/jogo-da-forca
- Owner: AlexandreDresch
- Created: 2022-11-23T01:35:23.000Z (over 3 years ago)
- Default Branch: main
- Last Pushed: 2022-11-28T16:39:15.000Z (over 3 years ago)
- Last Synced: 2025-02-25T20:38:54.856Z (over 1 year ago)
- Language: JavaScript
- Homepage: jogo-da-forca-gold.vercel.app
- Size: 499 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
Hangman game - React

## Hangman built in React JS.
## Starting the project
Use **npm install** to install project dependencies.
Then start the project.
```cl
npm start
```
## Features
- [ ] Guess by letter;
- [ ] Full word guessing possibility;
## Technologies
- [ ] React JS
## Project developed during Driven course.