{"id":29946485,"url":"https://github.com/prat555/food-delivery-app","last_synced_at":"2026-05-05T14:03:12.992Z","repository":{"id":307511597,"uuid":"1028269422","full_name":"prat555/Food-Delivery-App","owner":"prat555","description":"A modern React Native food delivery application built with Expo, featuring a clean UI, seamless payment integration, and real-time order tracking.","archived":false,"fork":false,"pushed_at":"2025-08-20T02:53:26.000Z","size":4009,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":0,"default_branch":"main","last_synced_at":"2025-08-20T04:44:59.628Z","etag":null,"topics":["appwrite","expo","nativewind","react-native","sentry","stripe"],"latest_commit_sha":null,"homepage":"","language":"TypeScript","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":null,"status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/prat555.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":null,"code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null,"zenodo":null}},"created_at":"2025-07-29T09:24:04.000Z","updated_at":"2025-08-20T02:53:29.000Z","dependencies_parsed_at":"2025-07-31T18:54:10.885Z","dependency_job_id":"f755ce67-42c6-4cb4-9c98-5844bf07bcd2","html_url":"https://github.com/prat555/Food-Delivery-App","commit_stats":null,"previous_names":["prat555/food-delivery-app"],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/prat555/Food-Delivery-App","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/prat555%2FFood-Delivery-App","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/prat555%2FFood-Delivery-App/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/prat555%2FFood-Delivery-App/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/prat555%2FFood-Delivery-App/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/prat555","download_url":"https://codeload.github.com/prat555/Food-Delivery-App/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/prat555%2FFood-Delivery-App/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":279005272,"owners_count":26083863,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","status":"online","status_checked_at":"2025-10-10T02:00:06.843Z","response_time":62,"last_error":null,"robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":true,"can_crawl_api":true,"host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["appwrite","expo","nativewind","react-native","sentry","stripe"],"created_at":"2025-08-03T06:01:01.316Z","updated_at":"2025-10-10T20:33:05.870Z","avatar_url":"https://github.com/prat555.png","language":"TypeScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Food Delivery App\n\nA modern React Native food delivery application built with Expo, featuring a clean UI, seamless payment integration, and real-time order tracking.\n\n## 🛠️ Tech Stack\n\n- **Frontend**: React Native with Expo\n- **Styling**: NativeWind (Tailwind CSS for React Native)\n- **Navigation**: Expo Router with file-based routing\n- **State Management**: Zustand for cart and auth state\n- **Backend**: Appwrite for database and authentication\n- **Payments**: Stripe React Native SDK\n- **Icons \u0026 Images**: Expo Vector Icons and custom assets\n\n## 📸 Screenshots\n\n\u003cdiv align=\"center\"\u003e\n  \u003cimg src=\"./assets/images/1.jpg\" alt=\"Login\" width=\"150\"/\u003e\n  \u003cimg src=\"./assets/images/2.jpg\" alt=\"Home\" width=\"150\"/\u003e\n  \u003cimg src=\"./assets/images/3.jpg\" alt=\"Search\" width=\"150\"/\u003e\n  \u003cimg src=\"./assets/images/4.jpg\" alt=\"Cart\" width=\"150\"/\u003e\n  \u003cimg src=\"./assets/images/5.jpg\" alt=\"Profile\" width=\"150\"/\u003e\n\u003c/div\u003e\n\n## 🚀 Getting Started\n\n### Prerequisites\n\n- Node.js (v16 or higher)\n- Expo Go app on your physical device\n\n### Installation\n\n1. **Clone the repository and install dependencies**\n\n   ```bash\n   npm install\n   ```\n\n2. **Set up environment variables**\n\n   Create a `.env` file in the root directory and add your API keys:\n\n   ```env\n   EXPO_PUBLIC_APPWRITE_ENDPOINT=your_appwrite_endpoint\n   EXPO_PUBLIC_APPWRITE_PROJECT_ID=your_appwrite_project_id\n   EXPO_PUBLIC_STRIPE_PUBLISHABLE_KEY=your_stripe_publishable_key\n   ```\n\n3. **Start the development server**\n\n   ```bash\n   npx expo start\n   ```\n\n4. **Run on your preferred platform**\n\n   In the output, you'll find options to open the app in:\n   - [Development build](https://docs.expo.dev/develop/development-builds/introduction/)\n   - [Android emulator](https://docs.expo.dev/workflow/android-studio-emulator/)\n   - [iOS simulator](https://docs.expo.dev/workflow/ios-simulator/)\n   - [Expo Go](https://expo.dev/go) app on your physical device\n\n## 📁 Project Structure\n\n```\n├── app/                    # Main app screens (file-based routing)\n│   ├── (auth)/            # Authentication screens\n│   ├── (tabs)/            # Tab-based screens\n│   ├── food-detail/       # Food detail screens\n│   ├── checkout.tsx       # Checkout screen\n│   └── order-confirmation.tsx\n├── components/            # Reusable UI components\n├── lib/                   # Utilities and services\n│   ├── appwrite.ts       # Appwrite configuration\n│   ├── stripe.ts         # Stripe payment service\n│   └── data.ts           # Sample data\n├── store/                # State management\n├── assets/               # Images, icons, and fonts\n└── constants/            # App constants\n```\n\n## 🔧 Configuration\n\n### Appwrite Setup\n\n1. Create an Appwrite project at [appwrite.io](https://appwrite.io)\n2. Set up the following collections:\n   - Users\n   - Categories\n   - Menu Items\n   - Customizations\n3. Update the `appwriteConfig` in `lib/appwrite.ts` with your database and collection IDs\n\n### Stripe Setup\n\n1. Create a Stripe account at [stripe.com](https://stripe.com)\n2. Get your API keys from the [Stripe Dashboard](https://dashboard.stripe.com/apikeys)\n3. Add your publishable key to the environment variables\n4. Set up a backend server for handling payment intents (see `README_STRIPE_SETUP.md`)\n\n## 📱 App Screens\n\n- **Home**: Browse featured items and categories\n- **Search**: Search and filter menu items\n- **Food Detail**: View item details and add customizations\n- **Cart**: Review selected items and quantities\n- **Profile**: User account and settings\n- **Authentication**: Sign in/up screens\n\n## 🎨 Customization\n\nThe app uses NativeWind for styling, which allows you to use Tailwind CSS classes in React Native. You can customize the theme in `tailwind.config.js`.\n\n## 🙏 Acknowledgments\n\n- Built with [Expo](https://expo.dev)\n- UI inspired by modern food delivery apps\n- Icons and assets created for this project\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fprat555%2Ffood-delivery-app","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fprat555%2Ffood-delivery-app","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fprat555%2Ffood-delivery-app/lists"}