- Implement a word search game web app in Elm
- The user should see:
- 1) a list of words to search for, and
- 2) a rectangular board (consisting of letters) to search in using appropriate input method.
- The words found should be marked as found both on the game board and in the list of searched words.
- The boards should be generated randomly from a wordlist.
- The user should be able to specify a number of words to search for.
- The user should be able to specify a custom wordlist in an appropriate format.
- The user should see: