I created this game that takes words and grid size as user input and then passes them to the Rest API as a query parameter. This API will then return a grid with these words included as a response. I deployed the code to the railway hosting platform.
GET https://wordsearch-api-production.up.railway.app/wordgrid?gridSize=${gridSize}&wordList=${commaSeparatedWords}
https://wordsearch-api-production.up.railway.app/
Client: HTML, CSS, JS
Server: Spring Boot