Skip to content

Latest commit

 

History

23 Commits

Folders and files

NameName
Last commit message
Last commit date
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Letter Combination Word Generator

Overview

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.

Files

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.

Features

  • 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.

Usage

  1. Go to [https://xiayu3333.github.io/wonderwords.github.io/] in your web browser.
  2. Enter a set of letters in the input field.
  3. Click the "Generate Words" button to see the list of possible words.
  4. The results will be displayed below, sorted by length and alphabetically.

Acknowledgments

  • The word list in freq-word.txt is sourced from the English Open Word List (EOWL).

About

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.

Resources

Stars

0 stars

Watchers

1 watching

Forks

Releases

Packages

Contributors

Languages