From d7b81905a48743ba0b40e155c3614331ae3c24d5 Mon Sep 17 00:00:00 2001 From: Andrei Dutulescu Date: Fri, 10 Nov 2023 14:44:08 +0000 Subject: [PATCH] "Users can search for dishes by their ingredients" --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 6c32f3d..d0e0bab 100644 --- a/README.md +++ b/README.md @@ -13,13 +13,13 @@ Zest is a web app that lets users find and sort recipes. ## Project Description -Zest is a web app that lets users find and sort recipes. It uses the Tasty API and features a modern design which is light, fully responsive and accessible. By default users can see browse an entire page of recipes. Users can search for recipes by their name (such as *mac and cheese*) and ingredient (such as *cheese*). +Zest is a web app that lets users find and sort recipes. It uses the Tasty API and features a modern design which is light, fully responsive and accessible. By default users can browse an entire page of recipes. Users can search for recipes by their ingredients (such as *cheese*). ## Major Functions and Features 1. **Browse recipes:** The landing page features a list of recipe cards, which contain information about ingredients, cooking times and step-by-step directions. Each of the recipes contains a picture of the dish and a nutritional chart. The recipes displayed are fetched using the Tasty API. -2. **Find recipes:** By interacting with the search bar, the user can look for recipes entering a dish name or a category description (such as "under 30 minutes"). The results show up on the main page when the user use the search bar. +2. **Find recipes:** By interacting with the search bar, the user can look for recipes entering an ingredient (such as *butter*, *chicken* or *carrot*). The results show up on the main page when the user use the search bar. 3. **Responsive design:** The website is made fully responsive on all viewports using flex and media queries, and it features cards in a layout of 5 to 1 columns.