Loading...
Loading...
Loading...
Loading...
Explore curated frontend challenges, narrow them by topic or difficulty, and jump straight into a coding workspace.
Turn repeated profile markup into a reusable React component. Practice the central React idea: describe a UI with small components, pass data through props, and render repeated data from an array.
A product card was copied from HTML into a React component. Fix the JSX so it compiles and renders product data correctly.
Build a dashboard from focused components. See why teams use React: a parent can compose reusable UI pieces and pass each the data it needs.