Popular for its size, but the engineering basics lag behind the interest.
The best water intake tracker app that you can find. Fully aligned with Material 3 Expressive design language
Documentation
90
README is present.
README documents how to install the project.
Contributing guide is detailed and thorough.
A license file is present.
Engineering
32
No tests detected anywhere in the repository.
→ Add automated tests. They prove the code works and give contributors confidence to make changes.
No Java/Kotlin linter configured.
→ Add Checkstyle or Spotless for Java formatting, or ktlint/Detekt for Kotlin. Run it via Maven/Gradle or as a CI step.
CI is configured (.github/workflows/stats.yml).
Lockfile present (stats/requirements.txt). Installs are reproducible.
Issue or PR templates present.
Project health
94
.gitignore present.
Dependency manifest found (build.gradle.kts).
Repository has a description.
Actively maintained (pushed within the last month).
Repository health signals
Activity, community, and responsiveness at scan time
Activity
- —Commits (30d / 90d)
- 12Forks
- 14Releaseslatest 8mo ago
Community
- —Community health
- —authors own >50% of commits
- 114Watchers
Responsiveness
- 3d 16hMedian issue response
- <1hMedian PR merge time
- 21Open issues
Repository files19 root entries
- .claude
- .githubGood: CI is configured (.github/workflows/stats.yml).Good: Issue or PR templates present.
- .ideaIssue: Build artifacts or local files may be committed (.idea/.gitignore) (−40 pts).Fix: Remove them and add to .gitignore.
- appGood: A license file is present.
- docs
- fastlane
- gradle
- screenshots
- scripts
- statsGood: Lockfile present (stats/requirements.txt). Installs are reproducible.
- .gitignoreGood: .gitignore present.
- build.gradle.ktsGood: Dependency manifest found (build.gradle.kts).
- CHANGELOG.md
- CONTRIBUTING.mdGood: Contributing guide is detailed and thorough.Good: Contributing guide includes setup/install instructions.Good: Contributing guide describes code style expectations.Issue: Contributing guide lacks a testing section (−8 pts).Fix: Show contributors how to run the test suite (e.g. npm test, pytest, cargo test).Good: Contributing guide describes the PR/review workflow.Good: Contributing guide includes code examples.
- gradle.properties
- gradlew
- gradlew.bat
- README.mdGood: README is present.Good: README is well structured with multiple sections.Good: README includes screenshots or visuals. Great for first impressions.Issue: README has no code examples (−15 pts).Fix: Show a quick-start snippet so contributors can see what using your project looks like.Good: README links to a live demo or deployed app.Good: README includes status badges.Good: README documents how to install the project.Good: README documents how to run the project.
- settings.gradle.kts