You're ready to write both Hangman and Wordle. Do at least the first.
If you haven't yet done Number Guess (the suggested project for Chapter 4), do it before you tangle with Hangman or Wordle. It teaches you how to get and test user input, generate random numbers, loop until a condition is met, etc.