This project started with the idea of managing fridge items and reducing food waste in a simple, interactive way. I built features to add items, track expiry dates, and categorize them as fresh, warning, or expired using JavaScript.
During development, I faced challenges with date calculations, dynamic rendering, and small bugs like typos and class mismatches that affected functionality and UI. Fixing these helped me improve my debugging skills and attention to detail.
Overall, this project strengthened my understanding of DOM manipulation, localStorage, and UI design while teaching me how to solve real-world problems step by step.