Popular for its size, but the engineering basics lag behind the interest.
A Collaborative Recipe Keeper, Meal Planner, and Shopping List Organizer in PWA form.
Documentation
57
No license detected.
→ Add a LICENSE file. Without one, nobody can legally use, copy, or contribute to your code.
Contributing guidance is in the README, not a dedicated CONTRIBUTING.md (−20 pts).
→ Moving it to a CONTRIBUTING.md makes it easier to find and keeps the README focused. A dedicated file earns +47 pts base.
README is present.
README documents how to install the project.
Engineering
63
Test files detected (packages/backend/src/models/recipe.spec.js).
CI is configured (.github/workflows/codeql.yml).
Lockfile present (pnpm-lock.yaml). Installs are reproducible.
Linter or formatter configured (.editorconfig).
Issue or PR templates present.
Project health
79
Dependency manifest found (package.json).
.gitignore present.
Repository has a description.
Actively maintained (pushed within the last month).
Repository health signals
Activity, community, and responsiveness at scan time
Activity
- —Commits (30d / 90d)
- 90Forks
- 450Releaseslatest 7y ago
Community
- —Community health
- —authors own >50% of commits
- 903Watchers
Responsiveness
- 34d 5hMedian issue response
- <1hMedian PR merge time
- 20Open issues
Repository files32 root entries
- .circleci
- .githooks
- .githubGood: CI is configured (.github/workflows/codeql.yml).Good: Dependabot configured for npm.Good: Issue or PR templates present.
- .husky
- .vscode
- Assets
- docs
- fonts
- nginx
- packagesGood: Test files detected (packages/backend/src/models/recipe.spec.js).
- scripts
- twaIssue: Build artifacts or local files may be committed (twa/.idea/encodings.xml) (−40 pts).Fix: Remove them and add to .gitignore.
- .dockerignore
- .editorconfigGood: Linter or formatter configured (.editorconfig).
- .gitignoreGood: .gitignore present.
- .npmrc
- .nvmrc
- .prettierignore
- .prettierrc.json
- docker-compose.yml
- DockerfileGood: Environment pinned via Dockerfile.
- eslint.config.mjs
- example.env
- nx.json
- package.jsonGood: Dependency manifest found (package.json).
- pnpm-lock.yamlGood: Lockfile present (pnpm-lock.yaml). Installs are reproducible.
- prisma.config.ts
- production.Dockerfile
- README.mdGood: README is present.Good: README is well structured with multiple sections.Good: README includes screenshots or visuals. Great for first impressions.Issue: README has no code examples (−15 pts).Fix: Show a quick-start snippet so contributors can see what using your project looks like.Good: README links to a live demo or deployed app.Issue: No status badges in the README (−10 pts).Fix: Add CI/build status badges from shields.io or your CI provider to signal project health.Good: README documents how to install the project.Good: README documents how to run the project.
- SECURITY.mdGood: Security policy present.
- tsconfig.base.json
- vitest.workspace.ts