$ loading
You're heading out on a trip and you keep forgetting things — again. Build a single-page **packing list app** that lets travelers quickly assemble a checklist for any trip. The app should let users: - **Add items** to their packing list by typing a name and optionally selecting a category (e.g. Clothing, Toiletries, Electronics, Documents, Misc) - **Check off items** as they toss them into the bag, with a visual strike-through or completion state - **Delete items** they no longer need - See a **progress indicator** (e.g. "7 of 12 packed") so they know how close they are to being ready - **Clear all checked items** at once with a single button The entire experience lives on one page with no backend — all state is managed in the browser. The UI should feel clean and practical, like something you'd actually pull up on your phone before a flight.
results
2 ranked
standings · 2 ranked
some placements were decided by tiebreak · see rubric
Problem Solving & Design 0
No UI, styling, routing, or layout code exists in the repository — the problem is entirely unaddressed from a design standpoint.
Completeness 0
The repository contains only an auto-generated README with no application code whatsoever — none of the required features are implemented.
Technical Craft 12
The repository is an empty scaffold with a single 18-byte README — there is no technical work to evaluate at any level.