# react-native-recipe-app **Repository Path**: sevenclear/react-native-recipe-app ## Basic Information - **Project Name**: react-native-recipe-app - **Description**: No description available - **Primary Language**: Unknown - **License**: Not specified - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2025-07-14 - **Last Updated**: 2025-07-14 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README

๐Ÿฝ๏ธ React Native Recipe App ๐Ÿฝ๏ธ

![Demo App](/mobile/assets/images//screenshot-for-readme.png) Highlights: - ๐Ÿ” Signup, Login, and 6-Digit Email Verification with **Clerk** - ๐Ÿณ Browse Featured Recipes & Filter by Categories - ๐Ÿ” Search Recipes and View Detailed Cooking Instructions - ๐ŸŽฅ Recipe Pages Include YouTube Video Tutorials - โค๏ธ Add Recipes to Favorites and Access Them from Favorites Tab - โšก Tech Stack: React Native + Express + PostgreSQL + Expo - ๐ŸŒˆ Includes 8 Color Themes - ๐Ÿ†“ 100% Free Tools โ€” No Paid Services Required --- ## ๐Ÿงช .env Setup ### Backend (`/backend`) ```bash PORT=5001 DATABASE_URL=your_neon_db_url NODE_ENV=development ``` ### Mobile App (`/mobile`) ```bash EXPO_PUBLIC_CLERK_PUBLISHABLE_KEY=your_clerk_publishable_key ``` --- ## ๐Ÿ”ง Run the Backend ```bash cd backend npm install npm run dev ``` ## ๐Ÿ“ฑ Run the Mobile App ```bash cd mobile npm install npx expo start ```