Search⌘ K

Challenge: Displaying a Dynamic Profile Page

Explore how to create a dynamic user profile page in React by rendering a user's name, age, hobbies, and a motivational footer using JSX and React's createRoot API. This lesson helps you practice structuring components and displaying dynamic data within a single container.

Problem statement

You are building a simple profile page for a user. The page should dynamically display:

    ...