Skip to content

tshivam2007/ayush-trophy

Β 
Β 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

Β 

History

133 Commits
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 

Repository files navigation

πŸ† Personal GitHub Trophy Generator

Automatically generate a neon-style animated GitHub Trophy using GitHub Actions.


✨ Features

  • πŸ”„ Daily Auto Update via GitHub Actions
  • 🎨 Neon / Glassmorphism Trophy Design
  • πŸ“Š Dynamic Stats (Active Days, Contributions, Streak πŸ”₯)
  • 🧠 Uses GitHub's Built-in Token (No secrets needed)

πŸš€ Add This Trophy to Your Profile

Step 1: Fork the Repository

Fork this repo into your GitHub account.

Step 2: Enable GitHub Actions

  1. Open your fork β†’ Actions
  2. Enable workflows
  3. Select Update Trophy
  4. Click Run workflow

Step 3: Embed in Your Profile README

Replace YOUR_USERNAME and paste this:

<div align="center">
  <a href="https://github.com/ayushraistudio/ayush-trophy">
    <img src="https://raw.githubusercontent.com/YOUR_USERNAME/ayush-trophy/main/trophy.svg" width="700" />
  </a>
</div>
---

## 🎨 Customization
You can customize:
- 🎨 Colors β†’ `src/generateTrophy.js`
- πŸ“ Size β†’ change `width` in README
- 🧱 Layout / stats β†’ `src/generateTrophy.js`

---

## πŸ› οΈ Run Locally (For Developers)

```bash
git clone https://github.com/YOUR_USERNAME/ayush-trophy.git
cd ayush-trophy
npm install
node index.js

This will generate trophy.svg locally.


❗ Troubleshooting

  • Trophy not updating? β†’ Re-run the workflow manually
  • SVG not loading? β†’ Wait 1–2 minutes (GitHub raw cache delay)
  • Daily update stopped? β†’ GitHub may auto-disable Actions on forks

⭐ Created by Ayush Rai β€” Star the repo if you like it ⭐

About

πŸ† Automatically generate a Neon Glassmorphism GitHub Trophy for your Profile README. Tracks Active Days, Contributions & Streak using GitHub Actions.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors

Languages

  • JavaScript 100.0%