Practice Blind 75 LeetCode problems completely offline with Python and JavaScript.
- 76 Blind 75 problems with descriptions, starter code, and test cases
- Python execution via Pyodide (WebAssembly) — no server needed
- JavaScript execution via Web Workers
- Monaco code editor with syntax highlighting
- Auto-saves your code locally (IndexedDB)
- Installable as a PWA — works in airplane mode
- Performance tiers (Optimal / Average / Slow)
git clone https://github.com/che4goud/offcode.git
cd offcode
npm install
npm run devnpm run build
npx serve dist- Open the deployed URL in Chrome/Edge
- Click the install icon in the URL bar
- The app works offline forever after first visit
React 19 • Vite 7 • Monaco Editor • Pyodide • PWA (vite-plugin-pwa) • IndexedDB