| Feature | Description |
|---|---|
| π Comprehensive Stats | Total contributions, commits, pull requests, issues, and more |
| π Top Languages | Discover your most-used programming languages of the year |
| π₯ Activity Insights | Most active repositories and contribution patterns |
| π¨ Modern Bento Design | Beautiful dark mode with glassmorphism and smooth gradients |
| πΌοΈ Image Export | Download high-quality PNG to share on social media |
| π± Fully Responsive | Optimized for mobile, tablet, and desktop |
| β‘ Fast & Lightweight | Built with Vite for blazing-fast performance |
| Frontend | Backend |
|---|---|
| βοΈ React 18 | π’ Node.js |
| β‘ Vite | π Express |
| π¨ TailwindCSS | π‘ GitHub GraphQL API |
| π¬ Framer Motion |
- Node.js 18+ installed
- GitHub Personal Access Token (Create one here)
# Navigate to server directory
cd server
# Install dependencies
npm install
# Create environment file
echo "GITHUB_TOKEN=your_github_token_here" > .env
# Start development server
npm run dev# Navigate to client directory
cd client
# Install dependencies
npm install
# Start development server
npm run devπ That's it! Open http://localhost:5173 in your browser.
github-wrapped-2025/
βββ π client/ # React frontend
β βββ π public/ # Static assets
β βββ π src/ # Source files
β βββ π components/ # React components
β βββ π pages/ # Page components
βββ π server/ # Express backend
β βββ π routes/ # API routes
βββ π api/ # Vercel serverless functions
Contributions are welcome! Feel free to:
- Fork the repository
- Create a feature branch (
git checkout -b feature/amazing-feature) - Commit your changes (
git commit -m 'Add amazing feature') - Push to the branch (
git push origin feature/amazing-feature) - Open a Pull Request
This project is licensed under the MIT License
β Star this repo if you found it helpful!

