https://github.com/charlieweinberger/leetcode-calendar
A chrome extension that displays your leetcode submission history every time you open a new tab!
https://github.com/charlieweinberger/leetcode-calendar
calendar chrome-extension leetcode
Last synced: 8 months ago
JSON representation
A chrome extension that displays your leetcode submission history every time you open a new tab!
- Host: GitHub
- URL: https://github.com/charlieweinberger/leetcode-calendar
- Owner: charlieweinberger
- Created: 2025-03-02T05:28:13.000Z (8 months ago)
- Default Branch: main
- Last Pushed: 2025-03-06T04:28:20.000Z (8 months ago)
- Last Synced: 2025-03-06T04:28:59.007Z (8 months ago)
- Topics: calendar, chrome-extension, leetcode
- Language: TypeScript
- Homepage:
- Size: 1.33 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
Leetcode Calendar
A chrome extension that displays your leetcode submission history every time you open a new tab!
## Links
- Chrome Web Store: [Coming Soon]
- Firefox Browser Add-Ons: [Coming Soon]
- Privacy Policy: https://github.com/charlieweinberger/leetcode-calendar/blob/main/PRIVACY_POLICY.md## How it works
Leetcode Calendar is a chrome extension that shows a minimalist view of your leetcode submission history every time you open a new tab. Users can choose which account to view simply by inputting their username, and can also choose which time range to view (either the current year or the previous 365 days). Users can also submit feedback for future suggestions/bugs.
## Tech Stack
- Frontend: React, Vite, TypeScript
- Styling: Tailwind CSS, shadcn/ui
- Backend: Leetcode GraphQL API, Chrome Storage API
- Email Feedback: Resend## Future improvements
- More customization and interactivity (for example, theme settings and tooltips)
- More leetcode profile information
- Displaying information about multiple leetcode accounts
- A leaderboard to compete against others
- Similar chrome extensions for GitHub and WakaTime