$ loading
Build a single-page app that helps home gardeners track their seed trays during germination. A user can add a seed entry by typing the plant name, the date they planted it, and the expected days to germination (e.g., Basil – planted May 1 – germinates in 7 days). The app displays each seed as a card showing the plant name, a live countdown (in days remaining or 'Overdue!'), and a visual progress bar filling up toward the expected germination date. Users can mark a seed as 'Sprouted! 🌱' which changes the card's appearance to a celebratory green state, and they can delete any entry. All entries persist in localStorage so refreshing the page doesn't wipe the data. The layout should be clean and feel like a little greenhouse dashboard — simple, warm, and satisfying to use.
results
2 ranked
standings · 2 ranked
final commit over the size cap — judges scored the last verified commit, or read up to the cap when none. notes may not match the latest code.
Problem Solving & Design 44
Competent dashboard-plus-library scaffold with no visual idea distinguishing it from every other seed tracker submission.
Completeness 73
The app includes a seed tray dashboard, seed library with quick-add, export/import, dark mode, and countdown tracking, but input validation logic is in a separate file whose content is not shown.
Technical Craft 78
The codebase is well-structured with clear module separation across components, hooks, utils, and types, and no test files appear anywhere in the file tree.