Popular for its size, but the engineering basics lag behind the interest.
CodΓ©dex Projects π
Documentation
64
No install instructions found in the README (β45 pts).
β Add a section showing how to install dependencies.
README is present.
CONTRIBUTING guide found.
Licensed under MIT.
Engineering
42
No tests detected anywhere in the repository.
β Add automated tests. They prove the code works and give contributors confidence to make changes.
CI is configured (.github/workflows/publish.yaml).
Lockfile present (package-lock.json). Installs are reproducible.
Linter or formatter configured (.prettierrc.json).
Issue or PR templates present.
Project health
100
Dependency manifest found (package.json).
Repository has a description.
Actively maintained (pushed within the last month).
.gitignore present.
Repository health signals
Activity, community, and responsiveness at scan time
Activity
- βCommits (30d / 90d)
- 64Forks
- 0Releases
Community
- βCommunity health
- βauthors own >50% of commits
- 185Watchers
Responsiveness
- 1d 7hMedian issue response
- 4hMedian PR merge time
- 25Open issues
Repository files10 root entries
- .githubGood: CONTRIBUTING guide found.Issue: CONTRIBUTING guide contents could not be read (β28 pts vs a readable file).Fix: Move the file to the repo root or docs/CONTRIBUTING.md so its setup, style, test, and PR sections can be graded.Good: Code of conduct present.Good: CI is configured (.github/workflows/publish.yaml).Good: Issue or PR templates present.
- docs
- projects
- publish
- .gitignoreGood: .gitignore present.
- .prettierrc.jsonGood: Linter or formatter configured (.prettierrc.json).
- LICENSEGood: Licensed under MIT.
- package-lock.jsonGood: Lockfile present (package-lock.json). Installs are reproducible.
- 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.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.Issue: No install instructions found in the README (β45 pts).Fix: Add a section showing how to install dependencies.Good: README documents how to run the project.