This is a Wordle implementation created by Michael Jacobs. It allows users to guess a 5-letter word, with feedback provided for each guess. The app includes features such as a Play Again button and a responsive design. Two APIs are used. One to get a list of 5 letter words which can be used for the correct answer. The other API is used to check that a submission is a valid word.
This is a Wordle implementation created by Michael Jacobs. It allows users to guess a 5-letter word, with feedback provided for each guess. The app includes features such as a Play Again button and a responsive design.