Show HN: Spotify Wrapped but for LeetCode
4 days ago
- #LeetCode
- #Developer Tools
- #Spotify Wrapped
- A 'Spotify Wrapped' style recap for your LeetCode journey deployed at leetcodewrapped.com.
- Install dependencies with `npm install` and run locally with `npm run start`.
- Build for production using `npm run build`.
- Project structure includes directories for API wrappers, React components, and static assets.
- Frontend built with React, Vite, and Framer Motion; backend uses Cloudflare Pages Functions and Firebase.
- Analytics handled by Posthog.
- Limitation: Last 5 slides may not be specific to 2025 due to LeetCode's GraphQL API constraints.
- Potential future enhancement: Chrome extension to bypass cookie input for more detailed data.
- Firebase Firestore and Trigger Email extension used for sending emails; Posthog for analytics.