# 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 ๐ฝ๏ธ

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
```