https://github.com/renovamen/wordle-helper
Help you solve the Wordle puzzles when your vocabulary failes you.
https://github.com/renovamen/wordle-helper
tailwindcss vite vue3 wordle-solver
Last synced: about 2 months ago
JSON representation
Help you solve the Wordle puzzles when your vocabulary failes you.
- Host: GitHub
- URL: https://github.com/renovamen/wordle-helper
- Owner: Renovamen
- License: mit
- Created: 2022-01-27T22:14:12.000Z (over 3 years ago)
- Default Branch: main
- Last Pushed: 2022-02-26T22:05:40.000Z (over 3 years ago)
- Last Synced: 2025-04-24T21:52:07.720Z (6 months ago)
- Topics: tailwindcss, vite, vue3, wordle-solver
- Language: TypeScript
- Homepage: https://wordle.zxh.io
- Size: 1.29 MB
- Stars: 4
- Watchers: 1
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Wordle Helper
Help you solve [Wordle](https://www.powerlanguage.co.uk/wordle/) puzzles when your vocabulary failes you.
Have fun with it here: [wordle.zxh.io](https://wordle.zxh.io)
## How to use
First, start a [Wordle](https://www.powerlanguage.co.uk/wordle/) puzzle and guess your first word, for example *POWER*:

Now you get Wordle's feedback. Then, fill *POWER* in our [helper](https://wordle.zxh.io) just like you did in Wordle and **click the tile** to change its state:
- click once: gray (absent)
- twice: yellow (wrong spot)
- three times: green (correct)After that, all possible words would be listed in the sidebar on the right:

Select one from it and have another try in Wordle:

Then turn to the helper:

Okey, you won:

## Development
It's powered by [Vue 3](https://v3.vuejs.org/), [Tailwind CSS](https://tailwindcss.com) and [Vite](https://vitejs.dev/).
Clone the repo and install dependencies:
```bash
yarn
```Start dev server / building:
```bash
yarn dev
yarn build
```
## License
[MIT](LICENSE)