https://github.com/blinpete/frontend-frameworks-metrics
Most popular frontend frameworks collected in one place
https://github.com/blinpete/frontend-frameworks-metrics
frameworks frontend github github-api-v4 graphql
Last synced: 8 months ago
JSON representation
Most popular frontend frameworks collected in one place
- Host: GitHub
- URL: https://github.com/blinpete/frontend-frameworks-metrics
- Owner: blinpete
- License: mit
- Created: 2022-03-19T18:12:48.000Z (about 4 years ago)
- Default Branch: main
- Last Pushed: 2025-04-15T00:57:59.000Z (about 1 year ago)
- Last Synced: 2025-06-03T05:24:27.586Z (about 1 year ago)
- Topics: frameworks, frontend, github, github-api-v4, graphql
- Language: TypeScript
- Homepage: https://blinpete.github.io/frontend-frameworks-metrics/
- Size: 1.81 MB
- Stars: 2
- Watchers: 1
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
- Code of conduct: CODE_OF_CONDUCT.md
Awesome Lists containing this project
README
# A Living Collection of Frontend Frameworks
[](https://github.com/blinpete/frontend-frameworks-metrics/actions/workflows/gh-pages-deploy.yml)
[](https://github.com/blinpete/frontend-frameworks-metrics/deployments/activity_log?environment=github-pages)
[](https://github.com/blinpete/frontend-frameworks-metrics/blob/main/LICENSE)
A place where frontdevs can keep up to date with their marvelous frameworks. [Take a look](https://blinpete.github.io/frontend-frameworks-metrics/).
It uses [GitHub GraphQL API](https://docs.github.com/en/graphql) to fetch the following data:
- `logo`
- `website`
- `stars` count
- `forks` count
- `open issues` count
- `open PRs` count
- `commits` count (on default branch)
- `latest release` label and time
- `languages` dominants
- `createdAt` time
- `updatedAt` time
GitHub workflow fetches the fresh data every night (at 00:00 UTC) and deploys the app to GitHub Pages.
# Contributing
Pull requests are welcome. If you can't find your favourite framework in the list just edit [this file](https://github.com/blinpete/frontend-frameworks-metrics/blob/main/src/entries.json) and create a pull request.
If you encounter a bug or have a feature request please [open an issue](https://github.com/blinpete/frontend-frameworks-metrics/issues/new/choose).