Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/ntatko/diffingdemo
A simple string diff visualizer
https://github.com/ntatko/diffingdemo
Last synced: 6 days ago
JSON representation
A simple string diff visualizer
- Host: GitHub
- URL: https://github.com/ntatko/diffingdemo
- Owner: ntatko
- License: mit
- Created: 2023-10-11T17:11:26.000Z (about 1 year ago)
- Default Branch: main
- Last Pushed: 2024-05-09T22:41:02.000Z (8 months ago)
- Last Synced: 2024-05-09T23:36:37.822Z (8 months ago)
- Language: JavaScript
- Homepage: https://diffingdemo.pages.dev
- Size: 37.1 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Diffing Demo
This is a sample project to show how to highlight different versions of the same string.
## Installation
```bash
npm install
npm run dev
```## License
This project is licensed under the MIT License - see the [LICENSE.md](LICENSE.md) file for details.