A React Native Receipe App for viewing recipes from food2fork API
Created this app as a part of the complete react native and redux course from devskill.
- Search Recipes by Title
- Two screens
- Opening external links in browser from app
- Install for Android from the Play Store or for iOS from the App Store
- Go to this link recipe expo app and scan from expo client to install in your phone.
- How to create a react native app
- How to create card like style
- How to navigate from screen to screen
- How open external links in browser from app
- Concepts of props and state
- Concepts of components (Functional & Class)
- Concepts of JSX
- API call from app and receive response as json in state
- React Native Lifecycle
- How to publish app in expo ecosystem