LeetFetch is a simple, interactive tool that lets you explore and test LeetCode's behind-the-scenes data. Think of it as a playground where you can query LeetCode's GraphQL API, see the raw data, and even get ready-to-use code snippets for your own projects.
- Next.js: For a fast and modern web experience.
- TypeScript: To keep the code reliable and error-free.
- Tailwind CSS: For stylish and responsive design.
- Shadcn/ui: For beautiful, reusable UI components.
- Other tools like Lucide React for icons and Sonner for notifications.
-
Clone the project:
git clone https://github.com/fyzanshaik/LeetFetch.git
-
Go into the folder:
cd LeetFetch
-
Install dependencies:
npm install
(oryarn install
,pnpm install
) -
Start the app:
npm run dev
Then, open http://localhost:3000 in your browser.
Just type in a LeetCode username (like fyzxnshxik
), pick an API, and hit "Test API" to see it in action! You can also switch themes and see code in different languages.
Got ideas, comments, or just want to share your thoughts? Feel free to open an issue on GitHub! Your feedback helps make LeetFetch better.