Challenge: Build a User Profile Card
Swipe to show menu
Task
Create a simple user profile card using JSX. The profile card must include:
- An image (
imgelement).srcattribute must be equal to theavatarUrlvariable;altattribute must be equal to the stringUser Avatar;widthattribute must be equal to120.
- A heading (
h2element). Its text content must beAlex Johnson. - A paragraph (
pelement). Its text content must beFrontend Developer. - Another paragraph (
pelement). Its text content must beLoves React and building UI projects.
Starter Code
Open the starter project below and complete the missing parts of the component.
Everything was clear?
Thanks for your feedback!
Section 1. Chapter 5
Ask AI
Ask AI
Ask anything or try one of the suggested questions to begin our chat
Section 1. Chapter 5