0

/ 100

GradeC

Strong early engineering with some momentum.

一个英语模拟考试网站,它能够将你手中的 PDF 或 Word 格式试卷,通过 AI 技术一键转化为可交互的网页机考界面,并提供智能写作批改与单词管理功能,助你提前适应机考节奏,高效备考。

Documentation

66

License6pt0

No license detected.

Add a LICENSE file. Without one, nobody can legally use, copy, or contribute to your code.

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.

README12pt100

README is present.

Install and run instructions9pt100

README documents how to install the project.

Engineering

62

Linting and formatting5pt0

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.

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.

Reproducibility6pt70

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

Tests18pt80

Test files detected (backend/src/test).

CI/CD14pt85

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

Project health

100

Dependency manifest6pt100

Dependency manifest found (backend/pom.xml).

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)
  • 3
    Forks
  • 0
    Releases

Community

  • -
    Community health
  • -
    authors own >50% of commits
  • 87
    Watchers

Responsiveness

  • <1h
    Median issue response
  • <1h
    Median PR merge time
  • 1
    Open issues
Repository files9 root entries
  • .github
    Good: CI is configured (.github/workflows/ci.yml).
  • backend
    Good: Test files detected (backend/src/test).
    Good: Dependency manifest found (backend/pom.xml).
  • docs
  • frontend
    Good: Lockfile present (frontend/package-lock.json). Installs are reproducible.
  • .env.example
  • .gitignore
    Good: .gitignore present.
  • AGENTS.md
  • CLAUDE.md
  • 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.
    Good: README documents how to run the project.