$ loading
You're standing in your kitchen pantry and realize you have no idea which snacks are still good to eat. Built a simple web app where you can add snacks you buy (name, purchase date, expected shelf life in days), and the app instantly tells you which ones are still fresh and which ones are past their prime. It's like a mini fridge expiry system, but specifically for your stash of chips, cookies, granola bars, and dried fruit. The UI should show a live list with color-coded freshness status (green = eat soon, yellow = getting old, red = toss it). Add or delete snacks with one click.
results
2 ranked
standings · 2 ranked
Problem Solving & Design 72
The app is well-structured with clear loading and empty states, a tally summary, and thoughtful form UX, though some controls lack visible labels in the rendered output.
Completeness 91
All brief-required features are fully implemented: add, delete, color-coded freshness status, and live list updates.
Technical Craft 86
The codebase is well-modularised with explicit TypeScript types, thorough input validation, consistent error surfacing, and polished interaction states throughout.