Keithpohl82 / Fridget

0 stars 3 forks source link

User Story: Add Ingredients to Grocery List #41

Open abarkera4 opened 2 days ago

abarkera4 commented 2 days ago

User Story: Add Ingredients to Grocery List

Title

As a user, I want to add ingredients to my Grocery List so that I can keep track of items I need to buy.

Description

Currently, the GroceryList component allows users to view ingredients but lacks the ability to add items, cross them out, or delete them. This feature should enable users to add new ingredients to the Grocery List, mark items as purchased by crossing them out, and delete items as needed. These actions should persist across sessions, with the Grocery List saved in the database.

Acceptance Criteria

Additional Notes

The GroceryList component will need to track the crossed-out state for each item, likely with a state variable saved to the database for persistence.

Priority

High

Effort Estimate

Medium