A web application that creates word clouds based on the user's input text. This application is a clone of the popular word cloud generator, Wordle, built using JavaScript.
- Input text from a file or manually
- Customizable font, color, and layout options
- Save and download the generated word cloud as an image
- Support for multiple languages
- Word frequency analysis
- Responsive design, works on all devices
These instructions will get you a copy of the project up and running on your local machine for development and testing purposes.
- A web browser
- A text editor (e.g. Sublime Text, Atom, Visual Studio Code)
- Clone the repository to your local machine
git clone https://github.com/USERNAME/WordleClone.git
- Open the
index.html
file in your web browser
This project is licensed under the MIT License - see the LICENSE.md file for details.
This is a basic version of a word cloud generator, and it may not have all the features of the original wordle. it is intended for demonstration and educational purposes only.
Feel free to fork this repository, improve or fix any bugs, and then make a pull request back to the original repository. Any contributions, big or small, major features, bug fixes, are welcomed and appreciated but make sure to follow the contribution guideline.