-
Notifications
You must be signed in to change notification settings - Fork 0
Prototype
This web application provides consumers with recipe ideas, ingredient list, cooking instructions, and an option to create grocery list. It communicates with Yummly API to get recipes from various sources on web. Yummly is the largest recipe information aggregator with over one million data of recipes.
A user can search for recipes by name and the application will list all the results obtained for the search criteria with required details. The user can filter the search result by clicking on the course. Supported courses are: Main Dishes, Desserts, Side Dishes, Lunch and Snacks, Appetizers, Salads, Breads, Breakfast and Brunch, Soups, Beverages, Condiments and Sauces, Cocktails.
Summary result is displayed in a grid form with image, name of recipe (with a link to navigate to details page), and creator of recipe.
Details page contains name and image of the recipe, ingredients (with buttons to add ingredients to grocery list), link to view the recipe, rating, time to cook, course and a button to add recipe to favorite.
The grocery will be added to a grocery list on the click of button. The comment section will be added.