{"id":25766720,"url":"https://github.com/arsh342/cookbook","last_synced_at":"2026-01-28T05:21:58.357Z","repository":{"id":258206434,"uuid":"850726832","full_name":"arsh342/cookbook","owner":"arsh342","description":"Cookbook: A modern recipe sharing platform built with React, HTML5, CSS3, Javascript and Firebase. Create, discover, and share recipes with a vibrant culinary community. Features user authentication, image uploads, and subscription tiers.","archived":false,"fork":false,"pushed_at":"2024-12-29T06:31:25.000Z","size":3371,"stargazers_count":1,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-06-03T18:06:07.547Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":"https://cookbookrecipes.vercel.app","language":"HTML","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/arsh342.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE","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":"2024-09-01T15:57:47.000Z","updated_at":"2025-02-14T17:03:40.000Z","dependencies_parsed_at":"2024-12-29T07:20:42.544Z","dependency_job_id":"fdba4709-b1ac-42d9-969d-ea4161898978","html_url":"https://github.com/arsh342/cookbook","commit_stats":null,"previous_names":["arsh342/cookbook"],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/arsh342/cookbook","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/arsh342%2Fcookbook","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/arsh342%2Fcookbook/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/arsh342%2Fcookbook/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/arsh342%2Fcookbook/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/arsh342","download_url":"https://codeload.github.com/arsh342/cookbook/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/arsh342%2Fcookbook/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":28840088,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-01-28T02:10:51.810Z","status":"ssl_error","status_checked_at":"2026-01-28T02:10:50.806Z","response_time":57,"last_error":"SSL_connect returned=1 errno=0 peeraddr=140.82.121.6:443 state=error: unexpected eof while reading","robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":false,"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":[],"created_at":"2025-02-26T23:17:17.027Z","updated_at":"2026-01-28T05:21:58.342Z","avatar_url":"https://github.com/arsh342.png","language":"HTML","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Cookbook - Recipe Sharing Platform\n\nA modern web application for sharing and discovering recipes, built with React, Next.js, and Firebase.\n\n## 🚀 Features\n\n- **User Authentication**\n  - Email/password login\n  - Google sign-in integration\n  - User profile management\n- **Recipe Management**\n  - Create and share recipes\n  - Upload recipe images\n  - Add detailed ingredients and instructions\n  - Browse community recipes\n- **Subscription System**\n  - Free tier with basic features\n  - Premium tier with advanced features\n  - Secure payment processing\n- **Modern UI/UX**\n  - Responsive design\n  - Dark/light mode support\n  - Intuitive navigation\n  - Real-time updates\n\n## 🛠️ Tech Stack\n\n- **Frontend**\n  - React 18\n  - Next.js 14\n  - Tailwind CSS\n  - shadcn/ui components\n  - TypeScript\n- **Backend/Services**\n  - Firebase Authentication\n  - Firebase Firestore\n  - Firebase Storage\n  - Firebase Hosting\n\n## 📦 Installation\n\n1. **Clone the repository**\n   ```bash\n   git clone https://github.com/yourusername/cookbook.git\n   cd cookbook\n   ```\n\n2. **Install dependencies**\n   ```bash\n   npm install\n   ```\n\n3. **Set up environment variables**\n   Create a `.env.local` file in the root directory:\n   ```\n   NEXT_PUBLIC_FIREBASE_API_KEY=your_api_key\n   NEXT_PUBLIC_FIREBASE_AUTH_DOMAIN=your_auth_domain\n   NEXT_PUBLIC_FIREBASE_PROJECT_ID=your_project_id\n   NEXT_PUBLIC_FIREBASE_STORAGE_BUCKET=your_storage_bucket\n   NEXT_PUBLIC_FIREBASE_MESSAGING_SENDER_ID=your_messaging_sender_id\n   NEXT_PUBLIC_FIREBASE_APP_ID=your_app_id\n   ```\n\n4. **Start the development server**\n   ```bash\n   npm run dev\n   ```\n\n5. **Open your browser**\n   Navigate to http://localhost:3000\n\n## 📁 Project Structure\n\n```\ncookbook/\n├── src/\n│   ├── app/\n│   │   ├── layout.tsx\n│   │   ├── page.tsx\n│   │   └── recipes/\n│   ├── components/\n│   │   ├── ui/\n│   │   └── recipes/\n│   ├── lib/\n│   │   └── firebase.ts\n│   └── styles/\n│       └── globals.css\n├── public/\n├── firebase/\n│   ├── storage.rules\n│   └── firestore.rules\n└── package.json\n```\n\n## 🔧 Configuration\n\n### Firebase Setup\n1. Create a new Firebase project\n2. Enable Authentication services\n3. Set up Firestore database\n4. Configure Storage rules\n5. Update security rules for production\n\n### Development\n```bash\n# Run development server\nnpm run dev\n\n# Run type checking\nnpm run type-check\n\n# Run linting\nnpm run lint\n\n# Run tests\nnpm run test\n```\n\n## 🚀 Deployment\n\n1. **Build the application**\n   ```bash\n   npm run build\n   ```\n\n2. **Deploy to Firebase**\n   ```bash\n   npm run deploy\n   ```\n\n## 🤝 Contributing\n\n1. Fork the repository\n2. Create your feature branch (`git checkout -b feature/AmazingFeature`)\n3. Commit your changes (`git commit -m 'Add some AmazingFeature'`)\n4. Push to the branch (`git push origin feature/AmazingFeature`)\n5. Open a Pull Request\n\n## 📝 License\n\nThis project is licensed under the MIT License - see the LICENSE file for details.\n\n## 👥 Authors\n\n- Arshdeep Singh - arsh342\n\n## 🙏 Acknowledgments\n\n- React Documentation\n- Next.js Documentation\n- Firebase Documentation\n- shadcn/ui Components\n- Tailwind CSS\n\n## 📧 Contact\n\n- Email: arshth134@gmail.com\n- Project Link: https://cookbookv2-y8ir.vercel.app/\n\n## 🔮 Future Features\n\n- Recipe rating and review system\n- Social sharing integration\n- Advanced search and filtering\n- Recipe collections and favorites\n- Meal planning calendar\n- Shopping list generation\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Farsh342%2Fcookbook","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Farsh342%2Fcookbook","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Farsh342%2Fcookbook/lists"}