/wordle-word-finder

A word finder for wordle (https://www.powerlanguage.co.uk/wordle/) that uses regular expressions to search for close words.

Primary LanguageJavaScript

wordle-word-finder

A word finder for wordle (https://www.powerlanguage.co.uk/wordle/) that can be used along side when solving it.

Running the application

You can run it on a node.js server,

npm i -g http-serve

Go to root of the project directory and run

http-serve ./

You can ignore the Java folder for time being, it was used to preprocess the dictionary.

Libraries used

Progressive Web Apps (PWA)

To learn more about PWA: