A Search Engine for (English) Scrabble Words
- Words are searchable by prefix and stored in a Trie data structure
- Real-time searching as the user types
- User's search Input is debounced so that as they type multiple API requests are not made
- Scrabble Word Value Calculator
- Ability to mark bonus tiles
- Show point values
- Make results section a two column list of words shown like the words in the header with point values on each tile and their total score
- Add route for calculating score of words (including options for DL, TL, DW, and TW tiles)
- Add filters/sorting options by point values
- Support other languages
- Add definitions for words using merriam-webster's API
- Replace JSON file of words with SQLite DB