{"id":35182594,"url":"https://github.com/jlpdeveloper/grocery-app","last_synced_at":"2026-04-02T17:25:04.724Z","repository":{"id":345124433,"uuid":"1123955827","full_name":"jlpdeveloper/grocery-app","owner":"jlpdeveloper","description":null,"archived":false,"fork":false,"pushed_at":"2026-03-29T01:29:34.000Z","size":292,"stargazers_count":0,"open_issues_count":2,"forks_count":0,"subscribers_count":0,"default_branch":"main","last_synced_at":"2026-03-29T04:06:45.151Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"language":"Vue","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/jlpdeveloper.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,"notice":null,"maintainers":null,"copyright":null,"agents":null,"dco":null,"cla":null}},"created_at":"2025-12-28T02:05:49.000Z","updated_at":"2026-03-29T01:28:02.000Z","dependencies_parsed_at":null,"dependency_job_id":null,"html_url":"https://github.com/jlpdeveloper/grocery-app","commit_stats":null,"previous_names":["jlpdeveloper/grocery-app"],"tags_count":2,"template":false,"template_full_name":null,"purl":"pkg:github/jlpdeveloper/grocery-app","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/jlpdeveloper%2Fgrocery-app","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/jlpdeveloper%2Fgrocery-app/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/jlpdeveloper%2Fgrocery-app/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/jlpdeveloper%2Fgrocery-app/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/jlpdeveloper","download_url":"https://codeload.github.com/jlpdeveloper/grocery-app/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/jlpdeveloper%2Fgrocery-app/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":31311421,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-04-02T12:59:32.332Z","status":"ssl_error","status_checked_at":"2026-04-02T12:54:48.875Z","response_time":89,"last_error":"SSL_connect returned=1 errno=0 peeraddr=140.82.121.5: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-12-29T03:27:39.145Z","updated_at":"2026-04-02T17:25:04.715Z","avatar_url":"https://github.com/jlpdeveloper.png","language":"Vue","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Family Grocery App\n\nA mobile-friendly family grocery application built with Nuxt 4, Nuxt UI, and Supabase. This app allows family members to maintain individual recurring grocery lists and a shared shopping list.\n\n## Introduction\nThis project was created when I identified a need for a simple grocery management app that \nwould allow my wife and me to manage our grocery lists together instead of collating notes and texts together.\n\nThis app is offered for anyone who suffers this same problem and wishes to use it.\n\n_Note:_ This is not a production worthy app. It lacks logging, error handling, data retention, and many other key features before it should be offered to the public.\n\n## 🚀 Features\n\n- **Collaborative Shopping List**: View items from all users, grouped by display name.\n- **Recurring Items**: Personal management of frequent purchases with customizable frequency.\n- **Easy Addition**: Quickly copy recurring items to the main shopping list.\n- **Smart Completion**: Marking items as \"bought\" updates the `last_bought` date on linked recurring items.\n- **Mobile-First Design**: Optimized for handheld use with a responsive interface.\n- **Secure Authentication**: Support for Email/Password and Magic Link via Supabase.\n\n## 🛠 Tech Stack\n\n- **Framework**: [Nuxt 4](https://nuxt.com/)\n- **UI Components**: [Nuxt UI](https://ui.nuxt.com/)\n- **Backend/Auth/Database**: [Supabase](https://supabase.com/)\n- **Icons**: [Lucide](https://lucide.dev/) (via Nuxt UI)\n\n## 🔐 Security Warning (Critical)\n\nThis project uses environment variables for sensitive configurations. **Never commit your `.env` or `.env.local` files to a public repository.**\n\n1. Ensure `.env` and `.env.local` are in your `.gitignore`.\n2. Use the provided `.env.example` as a template for your local setup.\n3. Keep your Supabase Service Role keys secret and only use them in server-side code if necessary.\n\n## 🏁 Getting Started\n\n### Prerequisites\n\n- [Node.js](https://nodejs.org/) (includes npm) installed.\n- A [Supabase](https://supabase.com/) project.\n\n### Setup\n\n1. Clone the repository.\n2. Install dependencies:\n   ```bash\n   npm install\n   ```\n3. Copy `.env.example` to `.env` and fill in your Supabase credentials:\n   ```bash\n   cp .env.example .env\n   ```\n\n### Development\n\nStart the development server:\n```bash\nnpm run dev\n```\n\n### Production\n\nBuild for production:\n```bash\nnpm run build\n```\n\nPreview the production build locally:\n```bash\nnpm run preview\n```\n\n## 📜 License\n\nThis project is licensed under the MIT License - see the [LICENSE](LICENSE) file for details.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fjlpdeveloper%2Fgrocery-app","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fjlpdeveloper%2Fgrocery-app","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fjlpdeveloper%2Fgrocery-app/lists"}