Minimal typing practice app for repo code chunks. Built with Next.js (App Router), Tailwind, Zustand, and Prism.
- Install dependencies:
npm install - Run dev server:
npm run dev - Open http://localhost:3000
- Upload a folder of source files and practice typing code
- Comment-stripping and chunked typing for long files
- Code insight panel (imports/exports/functions/classes)
- Stats HUD with accuracy, WPM, and error count

