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

The open source Vue.js frontend (mobile and cordova app) for the argentinian carpooling application: Carpoolear

Documentation

66

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.

README12pt50

README is present.

Install and run instructions9pt100

README documents how to install the project.

License6pt100

Licensed under LGPL-3.0.

Engineering

61

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.

Tests18pt35

Test files detected (android/app/src/androidTest/java/com/getcapacitor/myapp/ExampleInstrumentedTest.java).

Reproducibility6pt80

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

CI/CD14pt100

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

Linting and formatting5pt100

Linter or formatter configured (.editorconfig).

Project health

86

Housekeeping3pt60

.gitignore present.

Dependency manifest6pt75

Dependency manifest found (package.json).

Repository metadata5pt100

Repository has a description.

Activity5pt100

Actively maintained (pushed within the last month).

Repository health signals

Activity, community, and responsiveness at scan time

Activity

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

Community

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

Responsiveness

  • 3d 23h
    Median issue response
  • <1h
    Median PR merge time
  • 38
    Open issues
Repository files43 root entries
  • .claude
  • .githooks
  • .github
    Good: CI is configured (.github/workflows/lint.yml).
  • .vscode
  • android
    Good: Test files detected (android/app/src/androidTest/java/com/getcapacitor/myapp/ExampleInstrumentedTest.java).
    Issue: Build artifacts or local files may be committed (android/.idea/.gitignore) (−40 pts).Fix: Remove them and add to .gitignore.
  • config
  • cordova
  • docs
  • e2e
  • e2e-frontend
  • ios
  • projects
  • scripts
  • src
  • static
  • utils
  • .babelrc
  • .dockerignore
  • .editorconfig
    Good: Linter or formatter configured (.editorconfig).
  • .env.development
  • .env.example
  • .env.production
  • .eslintignore
  • .eslintrc.js
  • .gitignore
    Good: .gitignore present.
  • .npmrc
  • .prettierrc
  • capacitor.config.json
  • CLAUDE.md
  • docker-compose.yml
  • Dockerfile
    Good: Environment pinned via Dockerfile.
  • gulpfile.js
  • index.html
  • LICENSE
    Good: Licensed under LGPL-3.0.
  • movilizame.js
  • package-lock.json
    Good: Lockfile present (package-lock.json). Installs are reproducible.
  • package.json
    Good: Dependency manifest found (package.json).
  • playwright.config.js
  • postcss.config.js
  • prepare_ios.sh
  • 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.
    Good: README has code examples.
    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.
  • vite.config.js
  • vitest.config.js