Solid engineering. The main gap is visibility.
Muslim companion application.
Documentation
59
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
86
No issue or PR templates found (−100 pts).
→ Add .github/ISSUE_TEMPLATE/ with bug_report.md and feature_request.md to guide contributors. It dramatically improves issue quality.
Lockfile present (bun.lock). Installs are reproducible.
Test files detected (src/features/prayers/components/icons/PrayerIcon.spec.js).
CI is configured (.github/workflows/test.yml).
Linter or formatter configured (.editorconfig).
Project health
89
Dependency manifest found (package.json).
Repository has a description.
Actively maintained (pushed within the last month).
.gitignore present.
Repository files18 root entries
- .githubGood: CI is configured (.github/workflows/test.yml).Good: Dependabot configured for bun.
- .vscode
- public
- scripts
- srcGood: Test files detected (src/features/prayers/components/icons/PrayerIcon.spec.js).
- .editorconfigGood: Linter or formatter configured (.editorconfig).
- .gitignoreGood: .gitignore present.
- .prettierrc.json
- AGENTS.md
- bun.lockGood: Lockfile present (bun.lock). Installs are reproducible.
- eslint.config.mjs
- index.html
- jsconfig.json
- netlify.toml
- package.jsonGood: Dependency manifest found (package.json).
- README.mdGood: README is present.Good: README is well structured with multiple sections.Issue: No screenshots or images in the README (−20 pts).Fix: Add a GIF, screenshot, or logo image. It is the fastest way to show what your project does.Good: README has code examples.Good: README links to a live demo or deployed app.Good: README includes status badges.Good: README documents how to install the project.Good: README documents how to run the project.
- vite.config.js
- vitest.config.js