{"id":23764278,"url":"https://github.com/47anjan/doodles","last_synced_at":"2026-04-11T12:04:20.409Z","repository":{"id":233529910,"uuid":"787389076","full_name":"47anjan/doodles","owner":"47anjan","description":"A recipe discovery app","archived":false,"fork":false,"pushed_at":"2024-05-05T09:39:12.000Z","size":523,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2024-12-31T22:15:28.508Z","etag":null,"topics":["nextjs","postgresql","prisma","radix-ui","reactjs","reactquery","restful-api","tailwindcss","typescript"],"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/47anjan.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}},"created_at":"2024-04-16T12:36:03.000Z","updated_at":"2024-05-05T09:39:15.000Z","dependencies_parsed_at":"2024-04-21T17:25:47.683Z","dependency_job_id":"4ab13071-a285-4e5d-a004-429c0b473029","html_url":"https://github.com/47anjan/doodles","commit_stats":null,"previous_names":["anjankarmakar10/doodles","47anjan/doodles"],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/47anjan%2Fdoodles","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/47anjan%2Fdoodles/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/47anjan%2Fdoodles/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/47anjan%2Fdoodles/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/47anjan","download_url":"https://codeload.github.com/47anjan/doodles/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":239937695,"owners_count":19721484,"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","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":["nextjs","postgresql","prisma","radix-ui","reactjs","reactquery","restful-api","tailwindcss","typescript"],"created_at":"2024-12-31T22:15:32.436Z","updated_at":"2026-04-11T12:04:20.403Z","avatar_url":"https://github.com/47anjan.png","language":"TypeScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Recipe Discovery App 🍳\n\nWelcome to our AI-Powered Recipe Discovery App! Discover, cook, and interact with recipes using cutting-edge AI features. This application helps food enthusiasts explore global cuisines, get cooking assistance, and manage their culinary journey.\n\n## 🌟 Features\n\n- **AI-Powered Cooking Assistant**:\n\n  - **Recipe Chat**: Ask detailed questions about ingredients, substitutions, and cooking methods\n  - **Ingredient Chat**: Get nutritional insights and usage suggestions for any ingredient\n  - **Step-by-Step Guidance**: Interactive cooking instructions with real-time help\n  - **Grocery Generate**: Generate grocery list from the recipe\n\n- **Core Features**:\n  - **Global Recipe Database**: 500,000+ recipes via Spoonacular API\n  - **Nutritional Analysis**: Detailed breakdowns for every recipe\n  - **Responsive Design**: Flawless experience across all devices\n\n## 🛠 Technologies Used\n\n- **Frontend**:\n\n  - Next.js 14 (App Router)\n  - TypeScript\n  - Tailwind CSS + Shadcn UI\n  - React Hot Toast for notifications\n\n- **Backend**:\n\n  - Next.js Server Actions\n  - Clerk Authentication\n  - Vercel AI SDK\n  - Google Gemini AI\n\n- **Services**:\n  - Spoonacular API (Recipe data)\n  - Clerk (Authentication)\n  - Google AI Studio (LLM)\n\n## 🚀 Getting Started\n\n1. **Clone Repository**\n\n   ```bash\n   git clone https://github.com/47anjan/doodles.git\n   cd doodles\n   ```\n\n2. **Install Dependencies**\n\n   ```bash\n   npm install\n   ```\n\n3. **Set Up Environment Variables**\n   Create `.env.local` with:\n\n   ```env\n   NEXT_PUBLIC_CLERK_PUBLISHABLE_KEY=your_clerk_key\n   CLERK_SECRET_KEY=your_clerk_secret\n   SPOONACULAR_API_KEY=your_spoonacular_key\n   GOOGLE_API_KEY=your_google_ai_key\n   ```\n\n4. **Run Development Server**\n\n   ```bash\n   npm run dev\n   ```\n\n5. **Access the App**\n   Visit `http://localhost:3000`\n\n## 🧠 AI Features Overview\n\n**Recipe Assistant**:\n\n- Ask questions like:\n  - \"What can I substitute for eggs in this recipe?\"\n  - \"How do I make this vegetarian?\"\n  - \"Break down the nutritional content\"\n\n**Ingredient Expert**:\n\n- Get information about:\n  - Nutritional values\n  - Storage tips\n  - Seasonal availability\n  - Flavor pairings\n\n**Smart Cooking**:\n\n- Real-time conversion between measurement units\n- Allergy-aware substitutions\n- Equipment alternatives\n- Cooking time optimization\n\n## 🔒 Authentication Flow\n\nWe use Clerk for secure authentication:\n\n- Social Logins: Google, GitHub, Facebook\n- Magic Link authentication\n- Session management\n- User profile management\n\n## 🤝 Contributing\n\nWe welcome contributions! Please follow these steps:\n\n1. Fork the repository\n2. Create feature branch: `git checkout -b feature/amazing-feature`\n3. Commit changes: `git commit -m 'Add amazing feature'`\n4. Push to branch: `git push origin feature/amazing-feature`\n5. Open a Pull Request\n\n## 📄 License\n\nMIT License - see [LICENSE](LICENSE) for details\n\n## 📧 Contact\n\nHave questions or suggestions?  \nReach out at [anjankarmakar15@gmail.com](mailto:anjankarmakar15@gmail.com)\n\nHappy Cooking and Coding! 👩🍳👨💻\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2F47anjan%2Fdoodles","html_url":"https://awesome.ecosyste.ms/projects/github.com%2F47anjan%2Fdoodles","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2F47anjan%2Fdoodles/lists"}