lapa182 / react-simple-hangman-game

Created with StackBlitz ⚡️

Home Page:https://stackblitz.com/edit/react-u52x6s

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

todo-list

Specification

Write a component that, given a word as a property will display a blank field for each letter.

When a matching letter is correctly guessed, all fields that should contain that letter will show the letter.

When a letter in incorrectly guessed, the lives count will be decremented.

UI: https://ibb.co/yQ4m6xn

Notes:

  • React should be used.
  • You can add libraries and use Google to check related syntax or documentation if needed

About

Created with StackBlitz ⚡️

https://stackblitz.com/edit/react-u52x6s


Languages

Language:JavaScript 81.0%Language:CSS 18.2%Language:HTML 0.9%