A React + Vite application for comparing directory trees and files from two repositories side by side.
- Tree Comparison: Paste the output of
treecommands to compare two directory structures. Highlights added, removed, and common entries. - File Comparison (coming soon): Compare individual file contents side by side.
npm install
npm run devOpen http://localhost:5173 in your browser.
- Run
treein two different repository directories. - Paste the outputs into the left and right text areas.
- View the side-by-side comparison with color-coded differences.
Sample data is provided for quick demonstration — click Load Large Sample or Load Small Sample.
- React 19 + TypeScript
- Vite
- React Router