First, run the development server:
npm run dev
# or
yarn dev
- You're currently not limited to 6 guesses
- If this is resolved, present user with the correct word at the end
- Parameterize length of word and number of guesses
- Hard mode (do not show in-word but only if correct position)
- Better dictionary
https://www.powerlanguage.co.uk/wordle/
This is a Next.js project bootstrapped with create-next-app
.