This is Next.js clone of Leetcode with my solutions to some of Leetcode's questions. The data is hosted on Supabase PostgreSQL database and includes all the metadata included by Leetcode for each of 2500~ questions.
Visit LeetCode-Scraper to setup your own Supabase Database with leetcode questions and their associated metadata, and your solutions.
First, install the dependencies:
npm i --legacy-peer-depsSetup your .env.config file:
NEXT_PUBLIC_SUPABASE_URL = <NEXT_PUBLIC_SUPABASE_URL> NEXT_PUBLIC_SUPABASE_KEY = <NEXT_PUBLIC_SUPABASE_KEY>Run the development server:
npm run dev # or yarn dev # or pnpm devOpen http://localhost:3000 with your browser to see the result.