Skip to content

Commit 71d8d74

Browse files
committed
Update README
1 parent 75f66cb commit 71d8d74

File tree

1 file changed

+21
-0
lines changed

1 file changed

+21
-0
lines changed

README.md

+21
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,26 @@
11
# README
22

3+
User Stories
4+
5+
1. Find Recipes by all selected ingredients
6+
As a user, I want to search for recipes that match all the ingredients I have so that I can discover meals I can fully prepare.
7+
I can input multiple ingredients, and the app will show only recipes that include all of them.
8+
9+
2. Find recipes by at least one ingredient
10+
As a user, I want to find recipes that match at least one of my ingredients so that I can make use of what I have at home.
11+
12+
3. Ingredient suggestions
13+
As a user, I want real-time suggestions while typing ingredients so that I can quickly find and add them without typing full names.
14+
15+
16+
Future Enhancements
17+
Expand ingredient matching to group similar items (e.g., flour matches oat flour).
18+
Improve relevance ranking for recipes with partial ingredient matches.
19+
Add sorting options (e.g., by preparation time, popularity).
20+
Introduce filtering (e.g., vegetarian recipes, difficulty level).
21+
22+
The database is pre-filled with a small sample of recipes for demonstration purposes.
23+
324
### Dependencies
425

526
- Ruby (3.2.2 recommended)

0 commit comments

Comments
 (0)