Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/rostimelk/differ
A tool for comparing two web pages.
https://github.com/rostimelk/differ
Last synced: about 1 month ago
JSON representation
A tool for comparing two web pages.
- Host: GitHub
- URL: https://github.com/rostimelk/differ
- Owner: RostiMelk
- Created: 2023-09-05T11:46:54.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2023-09-08T06:46:05.000Z (over 1 year ago)
- Last Synced: 2024-10-14T09:27:56.146Z (3 months ago)
- Language: TypeScript
- Homepage: https://differ.sanity.build
- Size: 441 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Differ: Web Page Comparer
![Screenshot](https://github.com/RostiMelk/differ/assets/25268506/7924e133-fc71-4ba1-8711-94b9e63434c2)
**Differ** is a tool for comparing two web pages.
## Features
- **Side-by-Side Comparison**: View two web pages simultaneously without juggling multiple tabs.
- **SEO Comparison**: Compare SEO elements between two web pages.
- **Checks semantic differences**: Differ highlights semantic differences between the two web pages.
- **Snapshot Functionality**: Grab screenshots of your comparisons for further analysis or sharing.## Prerequisites
Before you get started, ensure that you have:
- Node.js (v14 or newer)
- npm (v6 or newer)## Getting Started
1. **Clone the Repository**:
```bash
git clone https://github.com/rostimelk/differ.git
cd differ
```2. **Install Dependencies**:
```bash
npm install
```3. **Launch the Development Server**:
```bash
npm run dev
```Now, head over to [http://localhost:3000](http://localhost:3000) in your browser to see Differ in action.