A Wordle game client built with React, TypeScript, and Vite. Supports multiple languages and themes.
- Play Wordle in your browser
- Multiple word lengths and languages
- Theme switcher (light/dark)
- Local storage for game state
- Responsive design
pnpm install
pnpm run dev
pnpm run build
src/— Main source codecomponents/— UI components (Board, Keyboard, etc.)hooks/— Custom React hooksi18n/— Internationalizationlib/— Utility libraries (storage, theme, wordlist)screens/— Page componentsstyles/— LESS stylestypes/— TypeScript types
public/wordlists/— Word lists for different languages and lengthsscripts/— Utility scripts for wordlists
- Dutch word lists: OpenTaal (see
public/OpenTaal-LICENSE.txt) - English word lists: SCOWL (public domain; extracted docs
SCOWL-README.txt/SCOWL-LICENSE.txtif available) - See aggregated attribution in
public/ATTRIBUTION.md
Application code is under the project license declared in package.json.
Third‑party word list licenses are shipped separately:
public/OpenTaal-LICENSE.txtpublic/SCOWL-LICENSE.txt(if extracted)public/SCOWL-README.txt(if extracted)public/ATTRIBUTION.md