Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Added Table to Display Repository Statistics in README.md #87

Merged
merged 1 commit into from
Oct 26, 2024
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
5 changes: 5 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,11 @@

**AgentGenesis** is not distributed via `npm` and does not need to be installed as a dependency. Simply pick the code you need, copy and paste it into your project, and build on top of it according to your requirements. The code is entirely yours to `use and modify`.

## 📈 GitHub Repository Stats
| 🌟 **Stars** | 🍴 **Forks** | 🐛 **Issues** | 🔔 **Open PRs** | 🔕 **Closed PRs** | 🛠️ **Languages** | ✅ **Contributors** |
|--------------|--------------|---------------|-----------------|------------------|------------------|------------------|
| ![GitHub stars](https://img.shields.io/github/stars/DeadmanAbir/AgentGenesis) | ![forks](https://img.shields.io/github/forks/DeadmanAbir/AgentGenesis) | ![issues](https://img.shields.io/github/issues/DeadmanAbir/AgentGenesis?color=32CD32) | ![pull requests](https://img.shields.io/github/issues-pr/DeadmanAbir/AgentGenesis?color=FFFF8F) | ![Closed PRs](https://img.shields.io/github/issues-pr-closed/DeadmanAbir/AgentGenesis?color=20B2AA) | ![Languages](https://img.shields.io/github/languages/count/DeadmanAbir/AgentGenesis?color=20B2AA) | ![Contributors](https://img.shields.io/github/contributors/DeadmanAbir/AgentGenesis?color=00FA9A) |

## 🔥 Demo

Here is the link to the app. We hope you enjoy it.
Expand Down
Loading