A word finder for wordle (https://www.powerlanguage.co.uk/wordle/) that can be used along side when solving it.
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.
- Bootstrap 5.0.2 : https://getbootstrap.com/docs/5.0/getting-started/introduction/
- Vue 2.0.0 : https://vuejs.org/v2/guide/
To learn more about PWA: