Chrome extension that uses Google's Gemini 1.5-Flash AI model to provide real-time feedback and hints for LeetCode problems, reducing problem-solving time and improving user productivity.
Get your API key from Google AI and add it to the .env
file:
VITE_GEMINI_API_KEY='YOUR_API_KEY'
Ensure Node.js is installed.
-
Clone the repository:
git clone https://github.com/rezabrizi/LitCoach.git
-
Navigate to the project directory:
cd LitCoach
-
Install dependencies:
npm install
-
Start the development server:
npm run dev
-
Enable Developer Mode in Chrome:
- Go to
chrome:https://extensions/
. - Enable Developer Mode.
- Go to
-
Load the extension:
- Click Load unpacked.
- Select the
dist
folder.
You're now ready to test and develop the extension locally!