Solid engineering. The main gap is visibility.
Fluent UI web represents a collection of utilities, React components, and web components for building web applications.
Documentation
75
No install instructions found in the README (−45 pts).
→ Add a section showing how to install dependencies.
CONTRIBUTING guide found.
README is present.
Licensed under Other.
Engineering
87
CI is configured (.github/workflows/check-packages.yml).
Lockfile present (yarn.lock). Installs are reproducible.
Test files detected (apps/react-18-tests-v8/jest.config.js).
Linter or formatter configured (.eslintrc.json).
Issue or PR templates present.
Project health
60
No pushes in over 2 years. Looks unmaintained (−95 pts).
→ A recent commit signals the project is alive and worth using.
Repository has a description.
Dependency manifest found (package.json).
.gitignore present.
Repository health signals
Activity, community, and responsiveness at scan time
Activity
- —Commits (30d / 90d)
- 1Forks
- 0Releases
Community
- —Community health
- —authors own >50% of commits
- 1Watchers
Responsiveness
- —Median issue response
- —Median PR merge time
- 0Open issues
Repository files61 root entries
- .codesandbox
- .devcontainerGood: Environment pinned via .devcontainer/Dockerfile.
- .devops
- .githooks
- .githubGood: CI is configured (.github/workflows/check-packages.yml).Good: Dependabot configured for npm.Good: Issue or PR templates present.
- .storybook
- .vscode
- .yarn
- appsGood: Test files detected (apps/react-18-tests-v8/jest.config.js).
- change
- ghdocs
- packagesGood: CONTRIBUTING guide found.Issue: CONTRIBUTING guide contents could not be read (−28 pts vs a readable file).Fix: Move the file to the repo root or docs/CONTRIBUTING.md so its setup, style, test, and PR sections can be graded.
- rfcs
- scripts
- specs
- tools
- typings
- .babelrc-v9.json
- .eslintrc.jsonGood: Linter or formatter configured (.eslintrc.json).
- .gitattributes
- .gitignoreGood: .gitignore present.
- .gulp.js
- .npmrc
- .nxignore
- .prettierignore
- .yarnrc
- azure-pipelines.bundlesize.yml
- azure-pipelines.hotfix.yml
- azure-pipelines.perf-test.yml
- azure-pipelines.release-fluentui.yml
- azure-pipelines.release-vnext-nightly.yml
- azure-pipelines.release-vnext.yml
- azure-pipelines.release.yml
- azure-pipelines.vrt-baseline.yml
- azure-pipelines.vrt-pr.yml
- azure-pipelines.yml
- babel.config.js
- beachball.config.js
- dangerfile.js
- gulpfile.ts
- jest.config.ts
- jest.preset.js
- lage.config.js
- lerna.json
- LICENSEGood: Licensed under Other.
- lint-staged.config.js
- migrations.json
- nx.json
- package.jsonGood: Dependency manifest found (package.json).
- prettier.config.js
- 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.Issue: No install instructions found in the README (−45 pts).Fix: Add a section showing how to install dependencies.Good: README documents how to run the project.
- SECURITY.mdGood: Security policy present.
- sizeauditor.json
- tsconfig.base.all.json
- tsconfig.base.json
- tsconfig.base.v0.json
- tsconfig.base.v8.json
- tsconfig.json
- workspace.json
- yarn-ci.sh
- yarn.lockGood: Lockfile present (yarn.lock). Installs are reproducible.