0
/ 100
Strong early engineering with some momentum.
一个英语模拟考试网站,它能够将你手中的 PDF 或 Word 格式试卷,通过 AI 技术一键转化为可交互的网页机考界面,并提供智能写作批改与单词管理功能,助你提前适应机考节奏,高效备考。
Documentation
66
No license detected.
→ Add a LICENSE file. Without one, nobody can legally use, copy, or contribute to your code.
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.
README is present.
README documents how to install the project.
Engineering
62
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.
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.
Lockfile present (frontend/package-lock.json). Installs are reproducible.
Test files detected (backend/src/test).
CI is configured (.github/workflows/ci.yml).
Project health
100
Dependency manifest found (backend/pom.xml).
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)
- 3Forks
- 0Releases
Community
- -Community health
- -authors own >50% of commits
- 87Watchers
Responsiveness
- <1hMedian issue response
- <1hMedian PR merge time
- 1Open issues
Repository files9 root entries
- .githubGood: CI is configured (.github/workflows/ci.yml).
- backendGood: Test files detected (backend/src/test).Good: Dependency manifest found (backend/pom.xml).
- docs
- frontendGood: Lockfile present (frontend/package-lock.json). Installs are reproducible.
- .env.example
- .gitignoreGood: .gitignore present.
- AGENTS.md
- CLAUDE.md
- 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.Good: README documents how to run the project.