A spaced repetition system for effectively studying popular technical interview problems.
- Vite + TypeScript + SWC
- Tailwind CSS + shadcn/ui
- IndexedDB + Dexie.js
- ESLint + Prettier
- Vitest
There aren't many mandatory prerequisites other than npm.
- Download, fork, or template this repository.
- Download dependencies via
npm i. - Start a local development server via
npm run dev.
Before making a contribution, be sure to run the following scripts:
- Run a typecheck via
npm run typecheck. - Run ESLint via
npm run lint. - Run Prettier via
npm run format. - Run Vitest via
npm run test.
Licensed under the MIT License, Copyright © 2025