chingu-voyages / v46-tier1-team-08

Recipes is an app for collecting and organizing your recipes!
https://team-08-recipes.netlify.app/
MIT License
1 stars 2 forks source link

Task 3: Main Data Display #17

Open lauracastrotech opened 1 year ago

lauracastrotech commented 1 year ago

Task Description [ ] Display result for each recipe in the main component. [ ] Remain on the header component if no search ingredient has been entered. [ ] A scrollable list of recipes displaying the results based on the search criteria. Keep in mind that the Recipe API has over 1500 Recipes, however, it's paginated with 20 recipes per page of result.

Technical Considerations [ ] After the user hits enter, a list of recipes should appear. When users move their cursor over the recipe title, there should be an event that lets them know what they are going to click

Additional Considerations Any supplemental information including unresolved questions, links to external resources, screenshots, etc.

Component: Card? Story point: 2