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
- Folder Diff: Compare two folders
- ......
Visit the live demo at: diff-viewer.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 build
The 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.