This game is to practice useState and it is optional
- Step 1: yarn
- Step 2: yarn start
https://jamiekim828.github.io/ISA6-Guessing-game/
When the page renders , generate a random number from 1 to 10 (of course the user cant see it). After user insert their guess into the form, you should display the matching message.
Bonus task: the user can only have 3 guesses (3 times)
Here is an example