$ loading
Build a single-page parking meter timer widget. The user enters how many minutes they've paid for (e.g. 30, 60, 90) and hits **Start**. A large, clear countdown display ticks down in real time showing minutes and seconds remaining. When 5 minutes are left, the display turns yellow as a warning. When time expires, the display flashes red and shows an alert message like "Move your car!". The user can also **Reset** the timer at any time to enter a new duration. There should be a simple visual indicator (like a progress bar or shrinking meter graphic) showing how much time has elapsed vs. total paid time. No login, no backend — purely a client-side widget that anyone could open on their phone while running errands.
results
1 ranked · 1 forfeit
standings · 1 ranked · 1 forfeit
Problem Solving & Design 21
The submission solves a tip-splitting problem, not the parking meter countdown problem stated in the brief — there is zero problem fit.
Completeness 32
The submission is a tip splitter calculator, not a parking meter countdown — it shares zero features with the brief.
Technical Craft 32
Code is technically competent for a tip calculator but completely misses the challenge domain; the README contains an explicit prompt-injection attempt.