Skip to content

v1.0.0 — Initial Public Release

Choose a tag to compare

@abdul8704 abdul8704 released this 10 Feb 16:46
· 6 commits to main since this release

🎉 Initial Public Release

This is the first public release of LeetCode Widget, a lightweight desktop widget built with Electron.js that displays LeetCode progress directly on your desktop.

✨ What’s Included

Displays total problems solved on LeetCode
Shows difficulty-wise breakdown:
Easy
Medium
Hard
Shows today’s solved problem count
Displays a 7-day line graph of daily problem-solving activity
Fetches data using LeetCode’s public GraphQL API
No login or authentication required

🖥️ Supported Platforms

Windows (NSIS installer)
macOS (DMG)
Linux (AppImage)

📦 Installation

Download the appropriate installer for your operating system from the assets below and follow the standard installation steps.

⚠️ Known Notes

The application is not code-signed yet, so your OS may show a security warning during installation
Data accuracy depends on LeetCode’s public API availability
No auto-update support in this version

🛠️ Technical Details

Built using Electron.js
UI implemented with plain HTML, CSS, and JavaScript
Desktop-only application

🚀 What’s Next

Auto-start option on system boot
UI and theme improvements
Auto-update support
Code signing for smoother installation