Skip to content

ericbielmann/anagrams

Repository files navigation

Anagrams Generator

A simple and efficient anagram generator built with JavaScript. This tool helps you find all possible word combinations from a given input string.

Features

  • Generate all possible anagrams from input text
  • Fast and efficient algorithm
  • Simple and intuitive interface
  • Real-time results

Installation

  1. Clone the repository:
git clone <repository-url>
  1. Install dependencies:
npm install

Usage

  1. Start the development server:
npm run dev
  1. Open your browser and navigate to the provided local URL
  2. Enter a word in the input field
  3. Click "Generate Anagrams" to see all possible combinations

Example

Input: "hello" Output:

  • hello
  • holle
  • olleh ...and more combinations

Technologies Used

  • JavaScript
  • HTML
  • CSS
  • Vite (for development and building)

Contributing

  1. Fork the repository
  2. Create your feature branch (git checkout -b feature/AmazingFeature)
  3. Commit your changes (git commit -m 'Add some AmazingFeature')
  4. Push to the branch (git push origin feature/AmazingFeature)
  5. Open a Pull Request

License

This project is licensed under the MIT License - see the LICENSE file for details.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors