Create components for words, input and blocks
Closed this issue · 0 comments
nadeemkhedr commented
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 component