Skip to content

Latest commit

 

History

History
20 lines (14 loc) · 485 Bytes

File metadata and controls

20 lines (14 loc) · 485 Bytes

DataStructViz

Vite + React + TypeScript + Tailwind site to learn data structures with interactive visualizations, Mermaid diagrams, and auto-summarized notes from PDFs.

Setup

  1. npm install
  2. npm run dev
  3. Add PDF slides to course_slides/
  4. npm run summarize (writes content/summary.md)

Tech

  • React + Vite + TypeScript
  • Tailwind CSS + Typography
  • React Router
  • react-markdown + remark-gfm
  • Mermaid for diagrams
  • pdf.js (pdfjs-dist) for slide text extraction