Good UI doesn't happen by accident. Before writing a single line of CSS, you need a design system — a shared set of decisions about colors, typography, spacing, and component patterns that keep the entire application visually consistent.
In this challenge, you'll define that system and plan which components to tackle first. Use GitHub Copilot to brainstorm approaches, explore color palettes, and think through component architecture. There's also a frontend-design skill available in this repo's .github/skills/ directory — read it for guidance on building polished, production-quality interfaces.
This planning pays off fast. A solid design system means every component you build in the next challenge already looks like it belongs.
You can also capture your design decisions as a custom prompt file (.github/prompts/) for design brainstorming, or extend the frontend-design skill with your own design system tokens — see Challenge C-00 for how.
frontend-design skill in .github/skills/frontend-design/SKILL.md for design guidancefrontend-design skill file has been read and its guidance considered