Early stage. Tests, CI, and a strong README would raise this score quickly.

The GitHub repo Inventory-Management-System-MERN-CRUD-App ๐Ÿ’ป๐Ÿ“‚ is a public MERN stack project โšก๐ŸŒ that lets users โž•โœ๏ธ๐Ÿ—‘๏ธ๐Ÿ“ฆ manage products in MongoDB ๐Ÿƒ๐Ÿ—„๏ธ, with separate frontend ๐ŸŽจ and backend ๐Ÿ› ๏ธ folders and instructions to run the app using npm ๐Ÿ“ฆ๐Ÿš€ and MongoDB Compass ๐Ÿงญ

Documentation

46

License6pt0

No license detected.

โ†’ Add a LICENSE file. Without one, nobody can legally use, copy, or contribute to your code.

Contributing guide5pt0

No CONTRIBUTING.md found (โˆ’47 pts base + up to โˆ’53 pts more for content).

โ†’ Add a CONTRIBUTING.md telling newcomers how to get involved. Include setup, code style, test, and PR instructions.

README12pt55

README is present.

Install and run instructions9pt90

README documents how to install the project.

Engineering

49

Linting and formatting5pt0

No linter or formatter config found.

โ†’ Add a linter config such as .eslintrc.json, .prettierrc, ruff.toml, or .golangci.yml to enforce consistent code style.

Issue and PR templates6pt0

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.

CI/CD14pt40

CI is configured (.github/workflows/main.yml).

Reproducibility6pt70

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

Tests18pt80

Test files detected (Frontend/inventory_management_system/src/App.test.js).

Project health

100

Dependency manifest6pt100

Dependency manifest found (Backend/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

  • 236 / 1097
    Commits (30d / 90d)
  • 1
    Forks
  • 1
    Releaseslatest 5mo ago

Community

  • 28% - Weak
    Community health
  • โ€”
    authors own >50% of commits
  • 5
    Watchers

Responsiveness

  • โ€”
    Median issue response
  • โ€”
    Median PR merge time
  • 1
    Open issues
Repository files6 root entries
  • .github
    Good: CI is configured (.github/workflows/main.yml).
  • Backend
    Good: Lockfile present (Backend/package-lock.json). Installs are reproducible.
    Good: Dependency manifest found (Backend/package.json).
  • Frontend
    Good: Test files detected (Frontend/inventory_management_system/src/App.test.js).
  • .gitignore
    Good: .gitignore present.
  • README.md
    Good: 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.
    Issue: No live demo link in the README (โˆ’20 pts).Fix: Link to a deployed version, docs site, or demo video. Users want to see it running.
    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.
  • updates.txt