Popular and well-maintained. A little polish away from elite status.
Windows Calculator: A simple yet powerful calculator that ships with Windows
Documentation
94
Contributing guide is detailed and thorough.
README documents how to install the project.
README is present.
Licensed under MIT.
Engineering
68
No dependency lockfile found (−70 pts).
→ Commit the lockfile for this project's package manager so installs produce the same dependency versions everywhere.
CI is configured (.github/workflows/action-ci.yml).
Test files detected (src/CalculatorUITests/CurrencyConverterFunctionalTests.cs).
Linter or formatter configured (.editorconfig).
Issue or PR templates present.
Project health
100
Dependency manifest found (src/Calculator.ManagedViewModels/Calculator.ManagedViewModels.csproj).
Repository has a description.
Actively maintained (pushed within the last month).
.gitignore present.
Repository files17 root entries
- .config
- .githubGood: CI is configured (.github/workflows/action-ci.yml).Good: Issue or PR templates present.
- build
- docs
- srcGood: Test files detected (src/CalculatorUITests/CurrencyConverterFunctionalTests.cs).Good: Dependency manifest found (src/Calculator.ManagedViewModels/Calculator.ManagedViewModels.csproj).
- Tools
- .clang-format
- .editorconfigGood: Linter or formatter configured (.editorconfig).
- .gitattributes
- .gitignoreGood: .gitignore present.
- CODE_OF_CONDUCT.mdGood: Code of conduct present.
- CONTRIBUTING.mdGood: Contributing guide is detailed and thorough.Issue: Contributing guide lacks a setup section (−12 pts).Fix: Show new contributors how to get a local dev environment running.Issue: Contributing guide lacks a code style section (−8 pts).Fix: Describe your linting/formatting rules and how to run them.Good: Contributing guide explains how to run tests.Good: Contributing guide describes the PR/review workflow.Issue: Contributing guide has no code examples (−5 pts).Fix: Add code blocks showing example commands for setup, running tests, and submitting a PR.
- LICENSEGood: Licensed under MIT.
- NOTICE.txt
- nuget.config
- 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.
- SECURITY.mdGood: Security policy present.