{"id":31900771,"url":"https://github.com/ivankiral/cookmark","last_synced_at":"2026-05-17T02:43:01.279Z","repository":{"id":310074105,"uuid":"1038454607","full_name":"IvanKiral/cookmark","owner":"IvanKiral","description":"Cookmark is a responsive recipe book web app built with SolidJS/SolidStart, featuring fuzzy search, filtering, static site generation, and deployable to GitHub Pages","archived":false,"fork":false,"pushed_at":"2025-10-02T16:46:35.000Z","size":2823,"stargazers_count":1,"open_issues_count":3,"forks_count":0,"subscribers_count":0,"default_branch":"main","last_synced_at":"2025-10-02T18:20:43.561Z","etag":null,"topics":["cook-book","recipe-book","recipe-book-application","solidjs","solidstart","static","static-sites"],"latest_commit_sha":null,"homepage":"https://ivankiral.github.io/cookmark/en/","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/IvanKiral.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,"notice":null,"maintainers":null,"copyright":null,"agents":null,"dco":null,"cla":null}},"created_at":"2025-08-15T08:21:14.000Z","updated_at":"2025-10-02T16:46:39.000Z","dependencies_parsed_at":null,"dependency_job_id":"9ca5e397-f31d-4f43-acc4-3eeaad3c861d","html_url":"https://github.com/IvanKiral/cookmark","commit_stats":null,"previous_names":["ivankiral/cookmark"],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/IvanKiral/cookmark","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/IvanKiral%2Fcookmark","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/IvanKiral%2Fcookmark/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/IvanKiral%2Fcookmark/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/IvanKiral%2Fcookmark/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/IvanKiral","download_url":"https://codeload.github.com/IvanKiral/cookmark/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/IvanKiral%2Fcookmark/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":279015061,"owners_count":26085643,"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-13T02:00:06.723Z","response_time":61,"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":["cook-book","recipe-book","recipe-book-application","solidjs","solidstart","static","static-sites"],"created_at":"2025-10-13T12:27:25.419Z","updated_at":"2025-10-13T12:27:27.008Z","avatar_url":"https://github.com/IvanKiral.png","language":"TypeScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Cookmark 🍳\n\nA modern, responsive recipe book web application built with SolidJS/SolidStart.\n\n\u003cp align=\"center\"\u003e\n  \u003cimg src=\"./images/cookmark.gif\" alt=\"A GIF showcasing the Cookmark app\" width=\"100%\" /\u003e\n\u003c/p\u003e\n\n## ✨ Features\n\n- **Fuzzy Search** - Find recipes quickly with intelligent search across titles, ingredients, and tags\n- **Advanced Filtering** - Filter by difficulty level, cooking time, and tags\n- **Static Site Generation** - Optimized for deployment on GitHub Pages\n\n## 🚀 Quick Start\n\n### Prerequisites\n\n- Node.js 22+ and npm installed on your system\n\n### Development\n\n1. Clone the repository:\n```bash\ngit clone https://github.com/yourusername/cookmark.git\ncd cookmark\n```\n\n2. Install dependencies:\n```bash\nnpm ci\n```\n\n3. Start the development server:\n```bash\nnpm run dev \n```\n\n4. Open your browser and navigate to `http://localhost:3000/cookmark`\n\n### Building for Production\n\nBuild the static site for GitHub Pages deployment:\n\n```bash\nnpm run build\n```\n\nThe built files will be in the `.output` directory, ready for deployment.\n\n## 📦 Use as Template\n\nWant to create your own recipe book? Use degit to scaffold a new project from this template:\n\n```bash\nnpx degit yourusername/cookmark my-recipe-book\ncd my-recipe-book\nnpm install\n```\n\n## 📝 Adding Recipes\n\nRecipes are stored in `src/data/recipes/` as TypeScript files. Each recipe follows a structured format:\n\n```typescript\nexport const myRecipe: Recipe = {\n  slug: \"my-recipe\",\n  difficulty: \"easy\",\n  prepTime: 15,\n  cookTime: 30,\n  servings: 4,\n  tags: [\"vegetarian\", \"quick\"],\n  // Additional fields defined per locale\n}\n```\n\n## 🚢 Deployment\n\nThis project is designed to be deployed as a static site on GitHub Pages. Check [deploy script](./.github/workflows//deploy.yml) to see how it can be deployed.\n\n## 🤝 Contributing\n\nContributions are welcome! Feel free to submit issues and pull requests.\n\n## 📄 License\n\nMIT License - feel free to use this project for your own recipe collection!\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fivankiral%2Fcookmark","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fivankiral%2Fcookmark","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fivankiral%2Fcookmark/lists"}