We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent adccf16 commit 0f622c5Copy full SHA for 0f622c5
README.md
@@ -1,2 +1,18 @@
1
-# Leetcode-Helper
2
-Chrome extension to help solve LeetCode problems with Django + AI
+# LeetCode Helper Extension
+
3
+A Chrome extension to help users get step-by-step AI assistance while solving LeetCode problems.
4
5
+## ✅ Current Features
6
+- Simple popup interface
7
+- Button that will trigger AI help (to be added)
8
9
+## 🔧 Setup Instructions
10
+1. Clone the repo
11
+2. Go to `chrome://extensions`
12
+3. Enable Developer Mode
13
+4. Click "Load unpacked" and select this folder
14
15
+## 🔜 Coming Soon
16
+- Integration with Django backend
17
+- Gemini AI support
18
+- Content script for reading problem content
0 commit comments