Popular for its size, but the engineering basics lag behind the interest.

CodΓ©dex Projects πŸ“

Documentation

64

Install and run instructions9pt45

No install instructions found in the README (βˆ’45 pts).

β†’ Add a section showing how to install dependencies.

README12pt55

README is present.

Contributing guide5pt77

CONTRIBUTING guide found.

License6pt100

Licensed under MIT.

Engineering

42

Tests18pt0

No tests detected anywhere in the repository.

β†’ Add automated tests. They prove the code works and give contributors confidence to make changes.

CI/CD14pt40

CI is configured (.github/workflows/publish.yaml).

Reproducibility6pt70

Lockfile present (package-lock.json). Installs are reproducible.

Linting and formatting5pt100

Linter or formatter configured (.prettierrc.json).

Issue and PR templates6pt100

Issue or PR templates present.

Project health

100

Dependency manifest6pt100

Dependency manifest found (package.json).

Repository metadata5pt100

Repository has a description.

Activity5pt100

Actively maintained (pushed within the last month).

Housekeeping3pt100

.gitignore present.

Repository health signals

Activity, community, and responsiveness at scan time

Activity

  • β€”
    Commits (30d / 90d)
  • 64
    Forks
  • 0
    Releases

Community

  • β€”
    Community health
  • β€”
    authors own >50% of commits
  • 185
    Watchers

Responsiveness

  • 1d 7h
    Median issue response
  • 4h
    Median PR merge time
  • 25
    Open issues
Repository files10 root entries
  • .github
    Good: 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
  • .gitignore
    Good: .gitignore present.
  • .prettierrc.json
    Good: Linter or formatter configured (.prettierrc.json).
  • LICENSE
    Good: Licensed under MIT.
  • package-lock.json
    Good: Lockfile present (package-lock.json). Installs are reproducible.
  • package.json
    Good: Dependency manifest found (package.json).
  • README.md
    Good: 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.