React App mock up of NYT's Wordle, but with multiple options for length of word.
By: Vincent Toon
- Head to the repository to download or view this code: VWORTLE
- Go to live link
- Try different word lengths
- Enjoy
-
4 Letters -> You must solve the 4 letter word in 5 guesses
-
5 Letters -> You must solve the 5 letter word in 6 guesses
-
6 Letters -> You must solve the 6 letter word in 6 guesses
-
7 Letters -> You must solve the 7 letter word in 7 guesses
-
8 Letters -> You must solve the 8 letter word in 8 guesses
-
First usage of
useContext
library. Context provides a way to pass data through the component tree without having to pass props manually at every level. -
More practice with
fetch()
. The fetch() function is a modern JavaScript API for making network requests (HTTP requests) to servers. -
Further implementation of React tools, including
useCallback
,useState
, anduseEffect
-
Good practice adjusting React/JS rules based on size of board.
- Nail down responsiveness (in browser looks and functions well, on my phone its weird?)
- Stats page to track how a user is doing would be nice, similar to current Wordle
Questions, comments, or concerns? Please Email me at: