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.
Everything was clear?
Thanks for your feedback!
Section 2. Chapter 4
Ask AI
Ask AI
Ask anything or try one of the suggested questions to begin our chat
Section 2. Chapter 4