A working version of this project can be found here:
https://hangman-steven.herokuapp.com/
This application is an implementation of the game Hangman.
-
Clone this repo and run
yarn install
-
Run
yarn start
- Run
yarn test
Currently, tests are not complete but more tests will be added shortly.
- Run
prettier --write "**/*.tsx"
The game screen:
- Steven Clouston