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
No README found in the repository.
→ Add a README.md describing what the project does, how to install it, and how to run it.
No install instructions found in the README (−45 pts).
→ Add a section showing how to install dependencies.
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.
A license file is present.
Engineering
89
Lockfile present (backend/package-lock.json). Installs are reproducible.
Test files detected (backend/node_modules/call-bind-apply-helpers/test).
CI is configured (backend/node_modules/buffer-equal-constant-time/.travis.yml).
Linter or formatter configured (backend/node_modules/call-bind-apply-helpers/.eslintrc).
Issue or PR templates present.
Project health
79
No .gitignore found (−60 pts).
→ Add a .gitignore to keep build output, node_modules, and secrets out of version control.
Actively maintained (pushed within 3 months).
Dependency manifest found (backend/node_modules/@mongodb-js/saslprep/package.json).
Repository has a description.
Repository health signals
Activity, community, and responsiveness at scan time
Activity
- —Commits (30d / 90d)
- 0Forks
- 0Releases
Community
- —Community health
- —authors own >50% of commits
- 0Watchers
Responsiveness
- —Median issue response
- —Median PR merge time
- 0Open issues
Repository files2 root entries
- backendGood: 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