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 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.
README documents how to install the project.
README is present.
Licensed under Apache-2.0.
Engineering
68
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 is configured (.github/workflows/check-pr-main.yml).
Test files detected (docs/wiki/test).
Lockfile present (android/Gemfile.lock). Installs are reproducible.
Issue or PR templates present.
Project health
100
Dependency manifest found (android/Gemfile).
Repository has a description.
Actively maintained (pushed within the last month).
.gitignore present.
Repository health signals
Activity, community, and responsiveness at scan time
Activity
- โCommits (30d / 90d)
- 81Forks
- 151Releaseslatest 3y ago
Community
- โCommunity health
- โauthors own >50% of commits
- 1,403Watchers
Responsiveness
- 4hMedian issue response
- <1hMedian PR merge time
- 79Open issues
Repository files42 root entries
- .fvm
- .githooks
- .githubGood: CI is configured (.github/workflows/check-pr-main.yml).Good: Issue or PR templates present.
- .vscode
- androidGood: Lockfile present (android/Gemfile.lock). Installs are reproducible.Good: Dependency manifest found (android/Gemfile).
- assets
- configs
- demo
- docsGood: 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
- .gitignoreGood: .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
- LICENSEGood: Licensed under Apache-2.0.
- LICENSE_THIRDPARTY.md
- Makefile
- package_rename_config.yaml
- PRIVACY.md
- pubspec.lock
- pubspec.yaml
- README.mdGood: 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.