This is a word grid generation website that creates and visualizes possible layouts from a collection of words. Users can define the words and grid constraints to explore different arrangements. Developed using Angular.
The algorithm is located in app.worker.ts. This algorithm can be a bit slow for complex queries. I may make some optimizations in the future.