codybarr-thinkful / scrabble-solver

Simple scrabble solver app with built in dictionary definitions. This was for the API Hack capstone project at Thinkful.
https://scrabble.codybarr.dev
0 stars 0 forks source link

As a user, I want to see a message if no valid words can be found with my provided letters #8

Closed codybarr closed 5 years ago

codybarr commented 5 years ago

image eg. We need to show the user an error when the scrabble solver returns an empty array.

codybarr commented 5 years ago

Oops, duplicated by #17.