Skip to content

Latest commit

 

History

History
16 lines (12 loc) · 551 Bytes

README.md

File metadata and controls

16 lines (12 loc) · 551 Bytes

CarouselApp

  • A simple React Native project to display a carousel of recipes

  • To run project: Clone project, yarn install, run yarn start and select which simulator environment you would like to run the project on.

Aims of project:

  • Fetch recipes from the SimplyCook api
  • Display recipes in a carousel
  • Filter recipes so only those with allergens Crustaceans, Fish or Eggs are displayed
  • Make each card clickable, so it flips over to reveal:
    • Cooking time
    • average rating
    • chilli heat level
    • top review text