for your intial state use the following image : (https://cdn0.iconfinder.com/data/icons/characters-2-2-outlined/227/hulk-superhero-marvel-character-avatar-smileface-profile-512.png)
- it turns red.
- The following image is displayed (https://i.pinimg.com/736x/7c/ac/cb/7caccbf5c21d6a9735491c3f7d26837b.jpg)
- The message
I am the mighty _student_name, How dare you touch me!!?
is displayed under it. Hint: use onClick event
- it turns blue.
- The following image is displayed (https://d6ce0no7ktiq.cloudfront.net/images/stickers/485t.png)
- The message
Stop. Poking. Around!!
is displayed under it. Hint: use onContextMenu event
- it turns green.
- The following image is displayed (https://encrypted-tbn0.gstatic.com/images?q=tbn:ANd9GcRoo5citERSP4DKv8Euz1BDWffU9Bi_HFqyYg&usqp=CAU)
- The message
STOP IT!!!
is displayed under it. Hint: use onDoubleClick event
- the message
STOP IT!!!
disappears after a second and the name goes back to black.
note The css file and the student names have been created for you ! in your newly created component , wrap the element with the following div tags
<>
<div className="container">
<div className="card">
{allStudents}
</div>
</div>
</>