Wordle Re-Creation

Created a re-creation of the game Wordle, Using React, TypeScript and Tailwind. 

Below is what the page of my Worlde game looks like. The rules of the game are the same as the actual word game - you have to guess a five letter word within six guesses! There is a "Give Up" button at the bottom that you should click if you are stuck and want to move on to a different word. To start a new game, you click on "Reset Game". To enter a word as a guess, simply put in five letters and press enter. If the word is valid and in the word list, your guess will go through.

Click here to play the game

In the top right corner, there is a button with a question mark. Clicking it opens the game instructions, as shown below:

The button to the right of the question mark lets you switch themes. Below is how the page appears in dark mode: