a word search tool for a popular browser game
- Next.js
- Typescript
- Prettier
- user input fields for matches and partials
- user input list of misses
- list of five-letter English words
- regex or similar filter for matching words
- submit and display for matching words
- simplify casing and matching for device compatibility
- indicate somehow that misses are position-agnostic
- enable clearing previously filled inputs
- properly account for duplicate letters
- on-screen keyboard
- dark mode toggle