A simple application for finding words matching specific patterns, useful for solving crossword puzzles.
- Search for words by specifying known and unknown letters
- Adjust the length of the word pattern
- Fast results from a comprehensive Polish dictionary
- Works entirely in the browser - no server required
- Use the "+" and "-" buttons to adjust the length of the word you're looking for
- Enter the letters you know in the corresponding positions
- Use spaces or "?" for unknown letters
- Click "Szukaj" (Search) to find matching words
The application uses a Polish dictionary that can be updated using the included downloader script:
./downloader/download-polish-dict.sh
To run this project locally:
- Clone the repository
- Run
make install;
- Open
public/index.html
in your browser
This project is licensed under the MIT License - see the LICENSE.md file for details.