Challenge: Show User Status Messages
Swipe to show menu
Task
Create a reusable StatusCard component that displays different messages based on the online prop.
The StatusCard component must include:
-
A heading (
h2element). Its text content must display thenameprop. -
A paragraph (
pelement).- If the
onlineprop istrue, displayOnline; - Otherwise, display
Offline.
- If the
The App component already renders multiple StatusCard components with different props.
Starter Code
Open the starter project below and complete the missing parts of the component.
Thanks for your feedback!
Ask AI
Ask AI
Ask anything or try one of the suggested questions to begin our chat
Challenge: Show User Status Messages
Task
Create a reusable StatusCard component that displays different messages based on the online prop.
The StatusCard component must include:
-
A heading (
h2element). Its text content must display thenameprop. -
A paragraph (
pelement).- If the
onlineprop istrue, displayOnline; - Otherwise, display
Offline.
- If the
The App component already renders multiple StatusCard components with different props.
Starter Code
Open the starter project below and complete the missing parts of the component.
Thanks for your feedback!