hard
+35 XP
PROJECTProject

React Portfolio Site

Build a small portfolio: App.jsx with sections, components/Hero.jsx, components/Projects.jsx, and styles.css.
You're exploring as a guest. Create a free account to save progress and submit solutions.
Project Sandbox
export default function App(): JSX.Element {
  return <h1>Hello world</h1>
}