https://github.com/cwackerfuss/react-wordle
This project helps you find the words for your wordle game. Type the word, click on the letters to adjust the existence of the letter and click enter.
The possible options will be shown to you!
Made using React, Typescript, and Tailwind.
Clone the repository and perform the following command line actions:
$> cd wordle-solver
$> npm install
$> npm run start