Write a component named GuessTheNumber
that receives a prop called targetNumber
and renders an input with the label Guess the number
and a status.
targetNumber: number;
Your task is to guess this number.
You'll have an input that works in realtime. As you write in the input, the status will appear underneath it:
targetNumber
and your number is bigger than 1000