A dependency-free static web app that lets users experiment with words to interactively plan out their Wordle openers.
index.html- semantic page structurestyles.css- presentation and responsive layoutwords.js- five-letter dictionary datacore.js- domain logicapp.js- DOM binding, event handling and rendering
Go to this page: https://decidetto.github.io/Coverdle/
Alternatively, clone the repo and open index.html directly to access the app.
words.js contains the 14,855-word Wordle valid-guess dictionary. Its provenance, third-party license, and trademark disclaimer are documented in THIRD-PARTY-NOTICES.md.