{"id":28360439,"url":"https://github.com/thesmartcooking/prototype","last_synced_at":"2025-09-06T01:33:48.178Z","repository":{"id":290399110,"uuid":"974294023","full_name":"TheSmartCooking/Prototype","owner":"TheSmartCooking","description":"Static preview of the site built with Astro, featuring UI components and hosted on GitHub Pages","archived":false,"fork":false,"pushed_at":"2025-05-21T11:58:05.000Z","size":4520,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":0,"default_branch":"main","last_synced_at":"2025-06-23T00:39:21.112Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":"https://thesmartcooking.github.io/Prototype/","language":"Astro","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/TheSmartCooking.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":"2025-04-28T14:51:59.000Z","updated_at":"2025-05-21T11:58:07.000Z","dependencies_parsed_at":"2025-06-23T00:32:52.938Z","dependency_job_id":"841be273-c4c4-4e32-9612-d7b44f25cfa5","html_url":"https://github.com/TheSmartCooking/Prototype","commit_stats":null,"previous_names":["thesmartcooking/prototype"],"tags_count":6,"template":false,"template_full_name":"Vianpyro/Template","purl":"pkg:github/TheSmartCooking/Prototype","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/TheSmartCooking%2FPrototype","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/TheSmartCooking%2FPrototype/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/TheSmartCooking%2FPrototype/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/TheSmartCooking%2FPrototype/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/TheSmartCooking","download_url":"https://codeload.github.com/TheSmartCooking/Prototype/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/TheSmartCooking%2FPrototype/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":273846971,"owners_count":25178628,"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-09-05T02:00:09.113Z","response_time":402,"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":[],"created_at":"2025-05-28T11:08:13.960Z","updated_at":"2025-09-06T01:33:48.156Z","avatar_url":"https://github.com/TheSmartCooking.png","language":"Astro","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Smart Cooking – Prototype\n\nStatic preview of the site built with [Astro](https://astro.build), featuring UI components and hosted on [GitHub Pages](https://pages.github.com).\n\nThis repository serves as the **visual prototype** of the [Smart Cooking](https://github.com/TheSmartCooking) project. It provides a static, frontend-only version of the site, showcasing the user interface, design elements, and layout without backend or dynamic functionality.\n\n---\n\n## 🌟 About Smart Cooking\n\n**Smart Cooking** is a project dedicated to helping everyone — especially students — cook healthy, enjoyable meals on a budget.\n\nOur goal is to build a collaborative platform where users can share:\n\n- 🥘 Recipes\n- 💡 Tips \u0026 tricks\n- 🧑‍🍳 Practical cooking advice\n\nWe aim to make healthy, budget-friendly cooking accessible and fun, without requiring specialized culinary knowledge.\n\n🗓️ **Started:** June 2024\n🚀 **Status:** In active development\n\n## 📦 What’s in this Repository?\n\n- Static frontend pages built using **Astro**\n- Reusable UI components (e.g., headers, cards, buttons)\n- Responsive layout and design previews\n- Hosted via **GitHub Pages**\n\n\u003e [!NOTE]\n\u003e This repo does not include the backend logic, authentication, or database features. For that, see our main repositories and documentation below.\n\n## 🧭 Project Resources\n\n- 📚 [Smart Cooking Wiki](https://github.com/TheSmartCooking/.github/wiki) — Full documentation, database models, API reference, and development guides.\n- 🏠 [TheSmartCooking Organization](https://github.com/TheSmartCooking) — Explore all repositories related to the project.\n- 🌐 [GitHub Pages Preview](https://thesmartcooking.github.io/Prototype/)\n\n## 🛠️ Tech Stack\n\n- [Astro](https://astro.build) — Static site generator\n- [GitHub Pages](https://pages.github.com) — Hosting platform\n- [Docker](https://www.docker.com) — Dev container support\n- [Dev Containers](https://containers.dev) — Reproducible development environment\n- [GitHub Actions](https://docs.github.com/en/actions) — CI/CD and code quality workflows\n\n## 🧪 Tooling \u0026 Automation\n\nThis repository includes development and automation tooling:\n\n### ⚙️ Devcontainer\n\nA Docker-based development container is defined in `.devcontainer/` for consistent onboarding and live-preview development. Features:\n\n- 🐧 Alpine-based image with Node.js and Bash\n- 🧱 Visual Studio Code extensions auto-installed (Astro, Trigger Tasks on Save)\n- 🚀 Auto-forwarded port for local live server\n\n### ✅ GitHub Workflows\n\n- `deploy-to-pages.yml`: Build and deploy site to GitHub Pages on release\n- `devcontainer-verification.yml`: Scan and validate `.devcontainer` image using a reusable workflow\n- `super-linter.yml`: Run [Super Linter](https://github.com/github/super-linter) for static analysis and code consistency\n\n## 🤝 Contributing\n\nIf you’d like to contribute to the UI or suggest improvements:\n\n1. Fork this repository\n2. Create a feature branch\n3. Submit a pull request with a clear description\n\nWe welcome feedback, designs, and accessibility improvements!\n\n## 📄 License\n\nThis **repository** is licensed under the [MIT License](LICENSE).\nPlease note that other repositories in the Smart Cooking project may use different licenses. Refer to the license file in each individual repository for details.\n\n---\n\nThanks for checking out **Smart Cooking – Prototype**!\nFor full-stack development, roadmap, and community efforts, head over to our [Wiki](https://github.com/TheSmartCooking/.github/wiki).\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fthesmartcooking%2Fprototype","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fthesmartcooking%2Fprototype","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fthesmartcooking%2Fprototype/lists"}