Skip to content
Open
Show file tree
Hide file tree
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
25 changes: 25 additions & 0 deletions .all-contributorsrc
Original file line number Diff line number Diff line change
@@ -0,0 +1,25 @@
{
"files": [
"README.md"
],
"imageSize": 100,
"commit": false,
"contributorsPerLine": 6,
"projectName": "100LinesOfAICode",
"projectOwner": "josharsh",
"repoType": "github",
"repoHost": "https://github.com",
"skipCi": true,
"commitConvention": "angular",
"contributors": [
{
"login": "souvikchand",
"name": "SOUVIK CHAND [ZD]",
"avatar_url": "https://avatars.githubusercontent.com/u/96312748?v=4",
"profile": "https://github.com/souvikchand",
"contributions": [
"code"
]
}
]
}
12 changes: 12 additions & 0 deletions ACHIEVEMENTS.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,12 @@
# 🏅 Contributor Achievements

We recognize contributors not just by quantity, but by impact.

## Badges

- 🏗️ **Tool Builder** — Added a new tool or feature
- 📚 **Documentarian** — Improved documentation
- 🐛 **Bug Hunter** — Fixed bugs
- 🎨 **Designer** — Improved UI/UX
- 🧪 **Test Master** — Added or improved tests
- 🎓 **Educator** — Created tutorials or examples
12 changes: 12 additions & 0 deletions CONTRIBUTING.md
Original file line number Diff line number Diff line change
Expand Up @@ -298,3 +298,15 @@ Making significant contributions? You'll be featured as a star contributor!
---

**Thank you for helping make AI accessible, one hundred lines at a time!** ⭐

## Contributor Recognition

This project uses the All Contributors specification.
To add a contributor:
```bash
npx all-contributors-cli add <username> <contribution-type>
```
then run:
```bash
npx all-contributors-cli generate
```
14 changes: 14 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -248,3 +248,17 @@ MIT License - see [LICENSE](LICENSE) file.
- Love simple, working code

⭐ **[Star on GitHub](https://github.com/josharsh/100LinesOfAICode)**

## 🌟 Contributors Hall of Fame

Thanks to these amazing developers who made this project better!

<!-- ALL-CONTRIBUTORS-LIST:START -->
<!-- prettier-ignore-start -->
<!-- markdownlint-disable -->
<!-- markdownlint-restore -->
<!-- prettier-ignore-end -->

<!-- ALL-CONTRIBUTORS-LIST:END -->

This project follows the [all-contributors](https://allcontributors.org) specification.