TLDR: LeetCode spaced repetition tool for people who are too lazy to use Anki LeetCode EasyRepeat English | 中文版 A Chrome Extension that helps you master LeetCode problems using a Spaced Repetition System (a learning technique that involves reviewing information at increasing intervals of time). It automatically tracks your submissions (both Accepted and Wrong Answer), schedules reviews based on the FSRS v4.5 algorithm , and features a stunning cyberpunk-inspired UI with customizable themes. 🚀 Quick Setup Before loading the extension or running tests, install dependencies: npm install Enter fullscreen mode Exit fullscreen mode Build the extension bundle so dist/ assets exist: npm run build Enter fullscreen mode Exit fullscreen mode 🖥️ Local AI Backend Server (Optional.…