🔗 Live Demo
A React-based web app that compares two texts and highlights differences:
- Red → deleted words
- Green → added words
- Word-by-word text comparison
- Highlights deletions and additions clearly
- Clean and responsive UI
- React (via Vite)
- JavaScript
- CSS
- Clone the repo:
git clone <your-repo-url> - Navigate to the project folder:
cd text-diff-viewer - Install dependencies:
npm install - Start the dev server:
npm run dev - Open
http://localhost:5173in your browser
- Enter original text in the Old Text field
- Enter modified text in the New Text field
- Differences are highlighted automatically
Open-source and free to use