Skip to content

sitek94/hangman-game

Repository files navigation

Hangman Game

This project is based on Netguru's Recruitment Task from 2018.

It's a Hangman game that uses WordsAPI.

Installation

  1. Register at WordsAPI to get your API key.

  2. 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"
  1. Install NPM dependencies.
yarn install
  1. Start development server.
yarn start