4 Open Issues Need Help Last updated: Jul 24, 2025

Open Issues Need Help

View All on GitHub

AI Summary: This task requires creating a Next.js API route to handle user requests for recipe suggestions based on fridge contents. The frontend needs a button to trigger the API call, display the returned recipes, and add a new Redux slice to save selected recipes. This involves integrating with an external OpenAI API (presumably for recipe generation) and managing data flow between the frontend and backend.

Complexity: 4/5
good first issue
Dark Mode Support about 1 month ago

AI Summary: Implement a dark mode feature for the FridgeLicious application. This involves creating a toggle to switch between light and dark themes, detecting system preferences for automatic switching, ensuring consistent theming across all components, providing smooth transitions, and considering accessibility best practices.

Complexity: 3/5
good first issue
Expiration Date Tracking about 1 month ago

AI Summary: Implement expiration date tracking for fridge items, including input fields, a notification system for approaching expiration dates, automatic removal suggestions, and food waste tracking and reporting features within the FridgeLicious application.

Complexity: 4/5
good first issue
Data Export/Import about 1 month ago

AI Summary: Implement data export (CSV, JSON) and import functionality for the FridgeLicious application, including data validation, error handling, and bulk operations for efficient backup and restore capabilities.

Complexity: 4/5
good first issue