Fresh project with a decent start. Tests and CI now will set it apart.

This is a full-stack Expense Management application built using the MERN stack (MongoDB, Express.js, React.js, and Node.js). The application is designed to help users efficiently track and manage their daily expenses in a simple and organized way.

Documentation

19

README12pt0

No README found in the repository.

Add a README.md describing what the project does, how to install it, and how to run it.

Install and run instructions9pt0

No install instructions found in the README (−45 pts).

Add a section showing how to install dependencies.

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.

License6pt100

A license file is present.

Engineering

89

Reproducibility6pt70

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

Tests18pt80

Test files detected (backend/node_modules/call-bind-apply-helpers/test).

CI/CD14pt100

CI is configured (backend/node_modules/buffer-equal-constant-time/.travis.yml).

Linting and formatting5pt100

Linter or formatter configured (backend/node_modules/call-bind-apply-helpers/.eslintrc).

Issue and PR templates6pt100

Issue or PR templates present.

Project health

79

Housekeeping3pt0

No .gitignore found (−60 pts).

Add a .gitignore to keep build output, node_modules, and secrets out of version control.

Activity5pt80

Actively maintained (pushed within 3 months).

Dependency manifest6pt100

Dependency manifest found (backend/node_modules/@mongodb-js/saslprep/package.json).

Repository metadata5pt100

Repository has a description.

Repository health signals

Activity, community, and responsiveness at scan time

Activity

  • Commits (30d / 90d)
  • 0
    Forks
  • 0
    Releases

Community

  • Community health
  • authors own >50% of commits
  • 0
    Watchers

Responsiveness

  • Median issue response
  • Median PR merge time
  • 0
    Open issues
Repository files2 root entries
  • backend
    Good: A license file is present.
    Good: Test files detected (backend/node_modules/call-bind-apply-helpers/test).
    Good: CI is configured (backend/node_modules/buffer-equal-constant-time/.travis.yml).
    Good: Linter or formatter configured (backend/node_modules/call-bind-apply-helpers/.eslintrc).
    Good: Lockfile present (backend/package-lock.json). Installs are reproducible.
    Good: Issue or PR templates present.
    Good: Security policy present.
    Good: Dependency manifest found (backend/node_modules/@mongodb-js/saslprep/package.json).
    Issue: Build artifacts or local files may be committed (backend/node_modules/.bin) (−40 pts).Fix: Remove them and add to .gitignore.
  • frontend