An open API service indexing awesome lists of open source software.

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!

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