React-TypeScript-Tailwind WordGuess
This is my third (and likely final) WordGuess game. I like to make these when learning a new UI system, but this will probably be the last one I do.
The game works by getting a random word from an API. You then click on buttons associated with a letter. If you clicked on a letter that belongs to the word, then it is revealed on the display. If you guess a letter not belonging to the word, then your allowed number of guesses will go down by one. If it reaches zero, you lose the game. You win by fully revealing the word.