Skip to content

Satyam-Chaudhary/InterviewBit-to-Leetcode

Folders and files

NameName
Last commit message
Last commit date

Latest commit

ย 

History

9 Commits
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 

Repository files navigation

๐Ÿ”— InterviewBit โ†’ LeetCode Extension

This Chrome Extension adds a LeetCode redirect/search button next to every InterviewBit problem.
If a direct mapping exists, it links directly to the LeetCode version. Otherwise, it fetches the top 3 relevant LeetCode problems using Google Programmable Search.


Preview


๐Ÿš€ Features

  • โœ… Smart mapping of InterviewBit โ†’ LeetCode questions
  • ๐Ÿ” Fallback using Google Programmable Search (top 3 results)
    ย ย ย ย ย ย Fallback
  • ๐ŸŽฏ Clean UI with a LeetCode logo icon button
  • ๐Ÿ“Ž Works directly on InterviewBit problem pages

๐Ÿ› ๏ธ Installation (Developer Mode)

  1. Clone or download this repo
  2. Create a .env folder and add your api keys
    const GOOGLE_API_KEY = "your-api-key";
    const CSE_ID = "your-cse-id";

โ–ถ๏ธ How to Run

npm install
npm run build

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published