Skip to content

songchen1999/Cook-App-React-Native

Repository files navigation

Cook-App-React-Native

Published to Expo, use this link to try on Expo: exp://exp.host/@songchen/plant-app

image of home screen It's a cooking recipe app built with Expo react native:

  • I used formik and yup to build dynamic form with form validation to help users upload valid recipes. image of form
  • I used firebase for text authentication and image storage and database. image of text signin
  • Part of app UI is what I borrowed from the design of Spotify IOS UI.
  • The search function is implemented using text align algoirthm. image of search
  • The genre search function is simply achieved through tags. image of genres
  • Logged-in User will have profiles where they can change their display name and profile picture, and see recipes that they made or liked image of profile Features:
  • Users can upload their recipes including pictures. image of recipes upload
  • Users can view others' recipes and favourite them. image of recipe detail image of recipe unlike
  • Users can search recipes by name or tags.
  • Users can have user profile where they can see and edit their profile picture and display name, and view recipes made by them or liked by them image of change profile
  • Users can log in through text