This project is based on Netguru's Recruitment Task from 2018.
It's a Hangman game that uses WordsAPI.
-
Register at WordsAPI to get your API key.
-
Create
.env
file at the root directory.
REACT_APP_WORDS_API_KEY="your-words-api-key"
REACT_APP_WORDS_API_HOST="wordsapiv1.p.rapidapi.com"
- Install NPM dependencies.
yarn install
- Start development server.
yarn start