https://github.com/divo123-tech/leetcoach
Chrome extension that uses Gemini AI to give hints and help when solving leetcode problems without giving you the answers
https://github.com/divo123-tech/leetcoach
ai chrome chrome-extension gemini-api reactjs
Last synced: 10 months ago
JSON representation
Chrome extension that uses Gemini AI to give hints and help when solving leetcode problems without giving you the answers
- Host: GitHub
- URL: https://github.com/divo123-tech/leetcoach
- Owner: Divo123-tech
- Created: 2025-03-08T06:40:48.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2025-03-20T12:45:26.000Z (over 1 year ago)
- Last Synced: 2025-03-20T14:05:48.395Z (over 1 year ago)
- Topics: ai, chrome, chrome-extension, gemini-api, reactjs
- Language: TypeScript
- Homepage: https://chromewebstore.google.com/detail/foffoeoladnjjkoonekaakkahanfmdae?utm_source=item-share-cb
- Size: 79.1 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# LeetCoach
LeetCoach provides hints for LeetCode problems to enhance your coding skills.
Leetcode is hard! But it's not impossible,
and as annoying as it may be, its a secret handshake that, if done right, can land you that dream developer job. I ran into a problem whenever I did Leetcode. Every time I would work on a new problem, I would be stuck and the only way out would be to look at solutions. However, all this did, was make me more stuck when coming across new problems. What I found to be most productive was having a friend with me that would guide me through the problem and help me solve it, without giving me the solution. This is what I built LeetCoach for!
LeetCoach is a powerful extension that leverages prompt engineer and Google's Gemini to help you get better at Leetcode! LeetCoach will walk you through the problem giving you hints on the data structure, pseudocode, and even analyzing the code you've written! The best way to learn is to struggle and to work through it, and I hope LeetCoach will help you as much as it has helped me.