Copy of the popular game called Wordle built using HTML, CSS and Vanilla Javascript
You received a word when you load the page. You only have 6 tries to guess the word. When the letter appears in the word but is the wrong position it turns yellow. If the letter appears in the word and also is in the correct position, it turns green. If the letter is not in the word, it turns gray.