🍽️ Food Market is open source project to demonstrate food order iOS & Android application using React Native
Go to the Releases to download the latest APK.
Open a Terminal in the project root and run...
Install all dependencies:
yarn install
Install all pods:
cd ios && pod install
yarn ios
yarn android
- Registration and login including photos from the gallery
- Discover delicious food on the home page
- Order food, Cancel order
- Payment Gateway integration
- Your user profile page
- typescript
- react 18.2.0
- react-native 0.72.0
- redux-toolkit: Opinionated state management
- react-native-flipper: Platform for debugging mobile apps on iOS and Android and JS apps
- redux-flipper: Debug redux using Flipper
- react-navigation: Routing and navigation for react native application
- react-native-image-picker: A React Native module that allows you to select a photo/video from the device library or camera.
- react-native-svg: Provides SVG support to React Native on iOS, Android, macOS, Windows, and a compatibility layer for the web.
- react-native-webview: WebView component for React Native