Wordle
In the first week of learning react during the Northcoders bootcamp, in pairs we were given two afternoons to implement a game. My partner and I decided to attempt to implement a copy of the popular game Wordle, quite a challenge having only just dipped our toes into the world of react.
User enters a word, red indicates an incorrect letter, orange a correct letter in the wrong position

A user has 6 guesses. A green letter indicates a correct letter in the correct position

After 6 guesses, the user is presented with either a congratulatory or commiserationary message
