{"id":31024967,"url":"https://github.com/peaktwilight/protein","last_synced_at":"2026-05-07T15:46:04.455Z","repository":{"id":313417944,"uuid":"1051363008","full_name":"peaktwilight/protein","owner":"peaktwilight","description":"🇨🇭 Free protein tracker for Switzerland - Find the cheapest protein at Migros, Coop, Lidl \u0026 Aldi. No powder, just real food on a budget!","archived":false,"fork":false,"pushed_at":"2026-03-01T17:18:24.000Z","size":111,"stargazers_count":2,"open_issues_count":0,"forks_count":0,"subscribers_count":0,"default_branch":"main","last_synced_at":"2026-03-01T19:41:43.615Z","etag":null,"topics":["aldi","bodybuilding","coop","fitness","gym","lidl","migros","nutrition","protein-tracker","react","student-budget","swiss-food","switzerland","vite","zurich"],"latest_commit_sha":null,"homepage":"https://protein.doruk.ch","language":"JavaScript","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/peaktwilight.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-09-05T21:23:44.000Z","updated_at":"2026-03-01T17:18:28.000Z","dependencies_parsed_at":"2025-09-05T23:33:42.133Z","dependency_job_id":"6cb520ed-4bb4-4061-8178-8c7dfb4c629a","html_url":"https://github.com/peaktwilight/protein","commit_stats":null,"previous_names":["peaktwilight/protein"],"tags_count":1,"template":false,"template_full_name":null,"purl":"pkg:github/peaktwilight/protein","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/peaktwilight%2Fprotein","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/peaktwilight%2Fprotein/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/peaktwilight%2Fprotein/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/peaktwilight%2Fprotein/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/peaktwilight","download_url":"https://codeload.github.com/peaktwilight/protein/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/peaktwilight%2Fprotein/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":32744936,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-05-07T02:14:30.463Z","status":"ssl_error","status_checked_at":"2026-05-07T02:14:29.405Z","response_time":62,"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":["aldi","bodybuilding","coop","fitness","gym","lidl","migros","nutrition","protein-tracker","react","student-budget","swiss-food","switzerland","vite","zurich"],"created_at":"2025-09-13T16:16:52.885Z","updated_at":"2026-05-07T15:46:04.450Z","avatar_url":"https://github.com/peaktwilight.png","language":"JavaScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Protein Tracker\n\n**Track every high-protein product at your local stores so you don't have to guess.**\n\nCompare protein per dollar/euro/franc, taste ratings, and calories — all in one place. No signup, no ads, no backend. Your data stays on your device.\n\n[**Try it live**](https://protein.doruk.ch) | [Report Bug](https://github.com/peaktwilight/protein/issues) | [Request Feature](https://github.com/peaktwilight/protein/issues)\n\n![Protein Tracker Screenshot](public/screenshot.png)\n\n---\n\n## Why this exists\n\nI'm a student trying to hit 140g protein daily without protein powder and on a budget. I got tired of checking every product at the store, so I built this for myself. Now it's free for everyone.\n\n## Features\n\n- **Smart scoring** — Products ranked by protein-per-price, taste, and calorie efficiency\n- **Daily tracker** — Set your protein goal and log what you eat throughout the day\n- **Works with any store** — Comes with sample data from Swiss stores, but add products from anywhere\n- **Import/Export** — Share your product lists with friends or back them up as JSON\n- **Mobile-first** — Designed for checking prices while you're at the store\n- **100% local** — No account needed, all data saved in your browser\n- **Open source** — MIT licensed, fork it, modify it, make it yours\n\n## Quick start\n\n```bash\ngit clone https://github.com/peaktwilight/protein.git\ncd protein\nnpm install\nnpm run dev\n```\n\n## How scoring works\n\nEach product gets a score based on:\n\n| Factor | Weight | Why |\n|--------|--------|-----|\n| Protein per price | High | More protein per dollar = better value |\n| Taste rating | Medium | No point eating something you hate |\n| Calories per 100g | Negative | Penalizes calorie-dense options |\n\n**Formula:** `(protein/price * 10) + (taste * 3) - (calories_per_100g * 0.1)`\n\n## Sample data\n\nThe app comes with 28 pre-loaded products from Swiss supermarkets (Migros, Coop, Lidl, Aldi). You can start with this data or begin fresh with your own products.\n\nWant to contribute products from your country? See [CONTRIBUTING.md](CONTRIBUTING.md).\n\n## Tech stack\n\n- React 18 + Vite\n- Tailwind CSS\n- Zustand (state management)\n- Local Storage (persistence)\n- Zero backend, zero dependencies on external services\n\n## Contributing\n\nWe'd love contributions — especially product data from different countries! See [CONTRIBUTING.md](CONTRIBUTING.md) for details.\n\n## License\n\n[MIT](LICENSE) — use it however you want.\n\n---\n\nBuilt by [Doruk](https://doruk.ch) — a student who just wanted cheap protein.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fpeaktwilight%2Fprotein","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fpeaktwilight%2Fprotein","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fpeaktwilight%2Fprotein/lists"}