Public interview-prep site for a focused coding sprint.
- 10 high-value LeetCode problems
- paraphrased question summaries
- interview strategy bullets
- Python reference solutions
- mobile-friendly React + Vite UI
- GitHub Pages deployment workflow
npm install
npm run devnpm run build
npm run previewThe workflow in .github/workflows/deploy-pages.yml builds the app and deploys the generated dist/ folder to GitHub Pages.