A simple and efficient anagram generator built with JavaScript. This tool helps you find all possible word combinations from a given input string.
- Generate all possible anagrams from input text
- Fast and efficient algorithm
- Simple and intuitive interface
- Real-time results
- Clone the repository:
git clone <repository-url>- Install dependencies:
npm install- Start the development server:
npm run dev- Open your browser and navigate to the provided local URL
- Enter a word in the input field
- Click "Generate Anagrams" to see all possible combinations
Input: "hello" Output:
- hello
- holle
- olleh ...and more combinations
- JavaScript
- HTML
- CSS
- Vite (for development and building)
- Fork the repository
- Create your feature branch (
git checkout -b feature/AmazingFeature) - Commit your changes (
git commit -m 'Add some AmazingFeature') - Push to the branch (
git push origin feature/AmazingFeature) - Open a Pull Request
This project is licensed under the MIT License - see the LICENSE file for details.