This is the most important section. It's what employers actually look at. Each project card should answer: what is it, what did you build, and where can I see it?
<div class="project-card">
<img src="screenshot.png" alt="Project name">
<div class="card-body">
<div class="tags">
<span>React</span><span>Node.js</span>
</div>
<h3>Task Manager App</h3>
<p>A full-stack todo app with real-time sync.</p>
<div class="links">
<a href="https://demo.com">Live Demo</a>
<a href="https://github.com/...">GitHub</a>
</div>
</div>
</div>