Game to discover the word based on the sequence that each letter lights up.
-
To replace wordFetcher by some API. Some [available APIs]https://github.com/public-apis/public-apis#dictionaries
- For now using mocked words
-
Good topic to put in practice inversion of control
-
Hard to identify repeated letter
-
Update char placeholders when word changes
-
Another reactjs game as reference - whac-a-mole