A simple real-time diff viewer including text, image, folder and so on diff.
- Text Diff: Side-by-side comparison of two text snippets in real-time
 - Image Diff: Compare two images, including side-by-side, overlay and slider mode
 - Folder Diff: Compare two folders
 - ......
 
Visit the live demo at: diff.ziven.me
- 
Clone the repository
git clone https://github.com/zeevenn/diff-viewer.git cd diff-viewer - 
Install dependencies
pnpm install
 - 
Start development server
pnpm dev
 - 
Open your browser Navigate to
http://localhost:5173 
pnpm buildThe built files will be in the dist directory.
Contributions are welcome! Please feel free to submit a Pull Request.
- Fork the repository
 - Create your feature branch (
git checkout -b feature/AmazingFeature) - Commit your changes (
git commit -m 'Add some AmazingFeature') - Push to the branch (
git push origin feature/AmazingFeature) - Open a Pull Request
 
This project is licensed under the MIT License - see the LICENSE file for details.