Code Diff Unicorn

Quick Code Diff Compare Tool 🎉

A lightweight, local code diff compare tool that helps you quickly compare two pieces of code, with a dash of magic ✨.

Tags: Code Diff, Local Development, Automation, Quick Wins

What is Quick Code Diff? 🤔

Quick Code Diff is a tool that helps you quickly compare two pieces of code, highlighting added, removed, and unchanged lines, with a focus on simplicity and ease of use.

Features 🎊

Getting Started 🚀

  1. Save this repository to your local machine
  2. Run python start_server.py to start the server
  3. Open a web browser and navigate to http://localhost:<port> (replace <port> with the port number displayed in the terminal)
  4. Paste your code into the two textareas and click "Compare" to see the diff

How it Works 🧙‍♂️

The tool uses the Diff library to compute the differences between the two pieces of code. The differences are then highlighted in the output, with added lines in green, removed lines in red, and unchanged lines in black.

License 📜

This project is licensed under the MIT License. See LICENSE for details.

Contributing 🤝

Contributions are welcome! If you'd like to contribute to this project, please fork this repository and submit a pull request.

Acknowledgments 🙏

This project uses the Diff library, which is licensed under the MIT License.