Skip to content

zeevenn/diff-viewer

Repository files navigation

Diff Viewer

A simple real-time diff viewer including text, image, folder and so on diff.

✨ Features

  • Text Diff: Side-by-side comparison of two text snippets in real-time
  • Image Diff: Compare two images
  • Folder Diff: Compare two folders
  • ......

🚀 Live Demo

Visit the live demo at: diff-viewer.ziven.me

Local Development

  1. Clone the repository

    git clone https://github.com/zeevenn/diff-viewer.git
    cd diff-viewer
  2. Install dependencies

    pnpm install
  3. Start development server

    pnpm dev
  4. Open your browser Navigate to http://localhost:5173

Build for Production

pnpm build

The built files will be in the dist directory.

🤝 Contributing

Contributions are welcome! Please feel free to submit a Pull Request.

  1. Fork the repository
  2. Create your feature branch (git checkout -b feature/AmazingFeature)
  3. Commit your changes (git commit -m 'Add some AmazingFeature')
  4. Push to the branch (git push origin feature/AmazingFeature)
  5. Open a Pull Request

📝 License

This project is licensed under the MIT License - see the LICENSE file for details.

About

A simple real-time diff viewer including text, image, folder and so on diff.

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published