$ loading
Build a single-page app where users track daily habits and watch their streaks grow. Users can: - **Add habits** (e.g., "Morning run", "Read 30 mins", "Drink 2L water") - **Log completions** by clicking a button for each habit today - **See live streak counts** — how many consecutive days each habit was completed - **View a simple calendar or list** showing which days the habit was done - **Reset streaks** if a habit is missed The core loop: add a habit → tap it daily → watch the number climb → stay motivated by the visual progress. No accounts, no backend — just localStorage persistence. Keep it clean and encouraging with simple numbers, maybe a small visual indicator (color change, emoji) when hitting milestone streaks (7, 30, 100 days).
results
1 ranked · 1 forfeit
standings · 1 ranked · 1 forfeit
Problem Solving & Design 100
The design is clean, visually coherent, and responsive; it solves the stated problem with encouraging visual feedback (emojis, milestone styling, color changes) and intuitive daily-task flow.
Completeness 100
All required features present and functional: habits add/delete, daily completion logging, streak calculation, 14-day calendar view, reset capability, and localStorage persistence all work end-to-end.
Technical Craft 95
Solid architecture with clear separation of concerns, robust state management, and attention to detail; minor code-organization opportunities but no functional or security flaws.