The Letter Combination Word Generator is a simple web application that allows users to input a set of letters and generates all possible words that can be formed using those letters. The generated words are sorted by length and alphabetically.
This project contains the following files:
index.html: The main HTML file that provides the user interface for the application.freq-word.txt: A text file containing a list of commonly used words, which serves as the word database for the generator.
- Input a set of letters to generate possible words.
- Generated words are sorted by length, with shorter words appearing first. Words of the same length are sorted alphabetically.
- Generated words can be filted by length or by letter.
- Go to [https://xiayu3333.github.io/wonderwords.github.io/] in your web browser.
- Enter a set of letters in the input field.
- Click the "Generate Words" button to see the list of possible words.
- The results will be displayed below, sorted by length and alphabetically.
- The word list in
freq-word.txtis sourced from the English Open Word List (EOWL).