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 dismiss a definition modal and be brought back to the results list #4

Closed codybarr closed 5 years ago

codybarr commented 5 years ago

I implemented clicking the x and clicking outside the modal to dismiss.

Grace implemented a keypress handler for the esc key in #14 .