Skip to content

malavika-suresh/Anagram-solver

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 

Repository files navigation

Advanced Anagram Solver

Find meaningful English words and perfect anagrams from any set of scrambled letters, instantly.

✨ Features

  • Instant results: Finds all valid anagrams and sub-words using a 20,000-word English dictionary.
  • Column view: Results grouped by word length—perfect anagrams first, then sub-anagrams.
  • Modern UI: Clean, responsive design for desktop and mobile.
  • Open source: 100% client-side and privacy-friendly.

🚀 Getting Started

  1. Clone or Download

    git clone https://github.com/malavika-suresh/Anagram-solver.git cd anagram-solver

  2. Open the App

Just open solver.html in your browser—no installation or server required!


🛠️ Usage

  1. Enter your letters
    Type any scrambled letters into the input box.
    Example: education

  2. Click “Solve Anagram” or press Enter.
    The app will find all possible English words you can make from those letters.

  3. Explore results

    • First column: “Perfect Anagrams” (use all your letters)
    • Other columns: Longer to shorter words using your letters
    • Tip: Hover over words to see their length.

📚 How it Works

  • Uses the 20,000 most common English words (Google's list).
  • Finds all words that can be formed from your input letters, filtering to only meaningful results.
  • Designed for fast performance up to 18 letters (desktop) or 12 letters (mobile).

🖼 Example

Input: creative

Output:

  • Perfect Anagrams: creative
  • 8-Letter Words: reactive
  • 7-Letter Words: recite, crate, etc.

💡 Why Use This?

  • Solving crosswords, Scrabble®, word puzzles, or brain teasers.
  • Exploring word combinations for creative projects.
  • Learning new words and improving vocabulary.

🌐 Live Demo

Try it instantly here:
https://malavika-suresh.github.io/Anagram-solver/index.html


🤝 Contributing

Pull requests are welcome!

  1. Fork the repository
  2. Make your changes (UI, performance, features)
  3. Submit a pull request

📝 License

This project is MIT Licensed.
The word list is public domain (source).


📬 Contact

Created by Malavika Suresh


If you found this useful, please star the repo!

Happy anagramming!

About

Advanced online anagram solver – instantly find meaningful English words from scrambled letters. Great for crosswords, Scrabble®, and word games. 100% free and open source.

Topics

Resources

Stars

Watchers

Forks

Releases

Packages

Contributors

Languages