Skip to content

Latest commit

 

History

History
16 lines (11 loc) · 777 Bytes

readme.md

File metadata and controls

16 lines (11 loc) · 777 Bytes

React HangMan Game

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/