Good community traction and solid fundamentals. Nearly in the top tier.

Our app helps you form and track micro habits with easy-to-use ๐Ÿ“ˆ charts and tools, making it simple to establish healthy habits that stick ๐ŸŒฑ. Start your personal growth journey today ๐Ÿš€!

Documentation

73

Contributing guide5pt25

Contributing guidance is in the README, not a dedicated CONTRIBUTING.md (โˆ’20 pts).

โ†’ Moving it to a CONTRIBUTING.md makes it easier to find and keeps the README focused. A dedicated file earns +47 pts base.

Install and run instructions9pt45

README documents how to install the project.

README12pt100

README is present.

License6pt100

Licensed under Apache-2.0.

Engineering

68

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.

CI/CD14pt57

CI is configured (.github/workflows/check-pr-main.yml).

Tests18pt80

Test files detected (docs/wiki/test).

Reproducibility6pt80

Lockfile present (android/Gemfile.lock). Installs are reproducible.

Issue and PR templates6pt100

Issue or PR templates present.

Project health

100

Dependency manifest6pt100

Dependency manifest found (android/Gemfile).

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)
  • 81
    Forks
  • 151
    Releaseslatest 3y ago

Community

  • โ€”
    Community health
  • โ€”
    authors own >50% of commits
  • 1,403
    Watchers

Responsiveness

  • 4h
    Median issue response
  • <1h
    Median PR merge time
  • 79
    Open issues
Repository files42 root entries
  • .fvm
  • .githooks
  • .github
    Good: CI is configured (.github/workflows/check-pr-main.yml).
    Good: Issue or PR templates present.
  • .vscode
  • android
    Good: Lockfile present (android/Gemfile.lock). Installs are reproducible.
    Good: Dependency manifest found (android/Gemfile).
  • assets
  • configs
  • demo
  • docs
    Good: Test files detected (docs/wiki/test).
    Good: Environment pinned via docs/wiki/test/compose.yml.
  • fastlane
  • flatpak
  • installers
  • ios
  • lib
  • linux
  • macos
  • packages
  • scripts
  • test
  • tools
  • windows
  • .flutter
  • .fvmrc
  • .gitignore
    Good: .gitignore present.
  • .gitmodules
  • .metadata
  • analysis_options.yaml
  • build.yaml
  • CHANGELOG.md
  • devtools_options.yaml
  • flutter_launcher_icons.yaml
  • flutter_launcher_momo_icons.yaml
  • flutter_launcher_notification_icons.yaml
  • l10n.yaml
  • LICENSE
    Good: Licensed under Apache-2.0.
  • LICENSE_THIRDPARTY.md
  • Makefile
  • package_rename_config.yaml
  • PRIVACY.md
  • pubspec.lock
  • pubspec.yaml
  • README.md
    Good: README is present.
    Good: README is well structured with multiple sections.
    Good: README includes screenshots or visuals. Great for first impressions.
    Good: README has code examples.
    Good: README links to a live demo or deployed app.
    Good: README includes status badges.
    Good: README documents how to install the project.
    Issue: No run or usage instructions found (โˆ’45 pts).Fix: Add a section showing how to start or use the project.