Skip to content

khandrew1/leetcode-tutor

Repository files navigation

AI Leetcode Tutor Extension

This is a project built with WXT + React.

It uses AI to give simple hints on your current Leetcode problem.

Currently a Gemini API key is required to use this

In the future, implementing Gemini Nano to have this extension work on device would be awesome, but unfortunately I don't have a PC powerful enough to test it.

Dependencies

After cloning the repository run

bun install

to install all dependencies

Environment Variables

A Google Gemini API key is required to run this projcet

VITE_GOOGLE_GEMINI_API_KEY=

Dev server

To run this in a Chromium dev environment run

bun run dev

To run this in a Firefox dev environment run

bun run dev:firefox

Building

This project was built with Bun.

To build for Chromium browsers run

bun run build

To build for Firefox browsers run

bun run build:firefox

About

AI Powered Google Chrome extension to give little hints on your Leetcode problems

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published