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.
After cloning the repository run
bun installto install all dependencies
A Google Gemini API key is required to run this projcet
VITE_GOOGLE_GEMINI_API_KEY=To run this in a Chromium dev environment run
bun run devTo run this in a Firefox dev environment run
bun run dev:firefoxThis project was built with Bun.
To build for Chromium browsers run
bun run buildTo build for Firefox browsers run
bun run build:firefox