DEV Community

Cover image for I created a Chrome extension to practice LeetCode with Spaced Repetition
Imed Adel
Imed Adel

Posted on

I created a Chrome extension to practice LeetCode with Spaced Repetition

I was recently practicing LeetCode problems while preparing for interviews and I got frustrated with using Excel sheets to track my learning progress, so I decided to make a Chrome extension to automate my reviews 😊: SpacedLeet.

I used a simple spaced repetition algorithm to optimally set my next reviews and I used Webpack and Lit-HTML to make the extension 😁.

The process is straightforward: after working on a problem, you launch the extension and rate your performance.

LeetCode problem rating

Depending on your rating and how you performed in the past, the problem will be shown for review after a couple of days (or months) when you visit any page other than the problem page.

LeetCode problems list

You can get the extension on Paddle. It's available for two dollars 😊.

You can also read more about it and how to install it on the extension's website.

I'm also looking for any feedback about the landing page and the extension 🙏.

Top comments (0)