Projects>

Word search web app

Web Dev
Personal
2020

What is it?

As a big fan of word searches myself, I wanted to try and build something to randomly generate them for me to solve. I pull words using the node library "random-words" and lay them out, ensuring they don't overwrite each other and have space to layout on the board. I plan to add the ability to solve them using the site itself, but it's only simple puzzle generation for now. It can't do diagonal or backward word layouts yet, but this is also a planned feature alongside a difficulty selection that can turn those options on or off for each generated puzzle.


Links


Created Using

React
JavaScript
CSS