React Hangman Game
A simple React Hangman game. Driven by the Free Dictionary API.
A simple React HangMan game made with React and TypeScript. This was a learning exercise for me to get into and play around with React, React Hooks and TypeScript.
It is based on a tutorial from the Traversy Media YouTube channel.
But I extended it a bit, by adding a random word generator and the Free Dictionary API for word lookups. The API enabled me to extend this relatively simple game, with other functionalty like hints and various other things.
Installation
git clone git@github.com:DalkMania/react-hangman.git
cd react-hangman
npm install or yarn
npm run dev or yarn dev
- Visit http://localhost:5173/