A modern, user-friendly web application for comparing two CSV files and identifying differences between them. Built with React, TypeScript, and Tailwind CSS.
- Compare two CSV files side by side
- Identify differences in content and structure
- Fully responsive design for mobile and desktop
- Fast, client-side processing
- No data uploaded to servers - all processing done locally
- Beautiful, modern UI with smooth transitions
- Detailed and summary views of differences
- Real-time validation and error handling
- Clone the repository
- Install dependencies:
npm install
- Start the development server:
npm run dev
- Click "Select CSV" to upload your first CSV file
- Upload a second CSV file for comparison
- Click "Compare Files" to see the differences
- Toggle between summary and detailed views
- Review differences highlighted in red/green
- Frontend: React 18 with TypeScript
- Styling: Tailwind CSS
- CSV Parsing: Papa Parse
- Icons: Lucide React
- Build Tool: Vite
Ed Bates (TECHBLIP LLC)
Some sections of this code were generated with the assistance of AI tools. These contributions were reviewed and integrated by the project creator(s).
Apache-2.0 license - see the LICENSE file for details

