4 Open Issues Need Help Last updated: Jun 26, 2025

Open Issues Need Help

View All on GitHub

AI Summary: Implement a "Start Over" feature for a 14-day meal plan app. This involves adding a button that clears the existing plan from local storage, optionally allows the user to select a new start date, generates a new meal plan, and updates the UI to reflect the changes. Confirmation is required before clearing the existing plan.

Complexity: 3/5
enhancement good first issue frontend

AI Summary: Expand the existing `mealPlans.js` file by adding 14 new days of keto-friendly meals (days 15-28), maintaining the existing data structure. The new meals should be varied and avoid repetition from days 1-14. Ideally, include vegetarian/dairy-free options and add comments for clarity.

Complexity: 2/5
enhancement good first issue frontend

AI Summary: Improve the website header's layout and styling for both desktop and mobile devices. The goal is to create a more polished and visually appealing header to enhance the user experience and increase credibility.

Complexity: 3/5
enhancement good first issue

AI Summary: Implement a "Shuffle Meals" feature for a 14-day meal planner. This involves creating a function to randomly redistribute existing meals across the two weeks, preserving meal types (breakfast, lunch, etc.), and including user interface elements like a button, confirmation dialog, loading indicator, and undo functionality. Thorough testing and documentation are also required.

Complexity: 4/5
enhancement good first issue