You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Add a textarea where the user enters text, while entering text, the text should highlight matching words, and when the text matches a word, that word should be removed
Development
Create the following components and add react-router
App Parent Route Component
Game Root Component for the game
Board Show all the blocks
Block show a single block and all its words
Word show a single word (logic for highlighting part of it)
TypeArea textarea component
The text was updated successfully, but these errors were encountered:
Context
Add a textarea where the user enters text, while entering text, the text should highlight matching words, and when the text matches a word, that word should be removed
Development
Create the following components and add react-router
App
Parent Route ComponentGame
Root Component for the gameBoard
Show all the blocksBlock
show a single block and all its wordsWord
show a single word (logic for highlighting part of it)TypeArea
textarea componentThe text was updated successfully, but these errors were encountered: