Skip to content

nicholasdly/spacedleetcode

Repository files navigation

spacedleetcode

A spaced repetition system for effectively studying popular technical interview problems.

Features

  • Vite + TypeScript + SWC
  • Tailwind CSS + shadcn/ui
  • IndexedDB + Dexie.js
  • ESLint + Prettier
  • Vitest

Getting Started

There aren't many mandatory prerequisites other than npm.

  1. Download, fork, or template this repository.
  2. Download dependencies via npm i.
  3. Start a local development server via npm run dev.

Before making a contribution, be sure to run the following scripts:

  1. Run a typecheck via npm run typecheck.
  2. Run ESLint via npm run lint.
  3. Run Prettier via npm run format.
  4. Run Vitest via npm run test.

License

Licensed under the MIT License, Copyright © 2025

About

A spaced repetition system for effectively studying popular technical interview problems.

Resources

License

Stars

Watchers

Forks