A small tool to show the differences between two texts. Similar to the command git diff. I was motivated to write the algorithm on my own in JavaScript, but there already exists an excellent implementation by Kevin Decker that is called jsdiff.
Both textarea
s work with the onchange
event. You just need to fill in your text in both
areas and the algorithm will start with a click outside of the areas for example.