Capp is a centralized food delivery app built using React Native. The app offers a seamless and interactive user experience, enabling users to browse menus, place orders, and track deliveries in real-time from their favorite local restaurants.
- Browse Restaurants: View a list of nearby restaurants with filtering options.
- Menu Exploration: Explore the menu items of different cuisines with detailed descriptions and images.
- Order Placement: Add items to the cart, review your order, and place it with ease.
- Order Tracking: Real-time updates on order preparation and delivery status.
- Payment(Hybrid) Integration: Secure and versatile payment options, including credit/debit cards and digital wallets.
- React Native for cross-platform mobile app development
- Backend API integration (Sanity's for CMS)
- State management using Redux
- Navigation using React Navigation
To run the Capp food delivery app on your local machine, follow these steps:
-
Clone the repository:
git clone https://github.com/charans29/dine-dash-rn.git
-
Navigate to the project directory: cd dine-dash-rn
-
Install dependencies:
npm install
-
Start the Metro Bundler:
npx expo
-
Run the app on iOS or Android:
npm run ios
// ornpm run android