yurimikushov / compare-text

πŸ–– A text comparator based on the LCS finding algorithm

Home Page:https://compare-text.web.app

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Compare text

A text comparator based on the LCS finding algorithm.

Preview

Development

Clone this repository, if you didn't it

git clone https://github.com/yurimikushov/compare-text.git

Install deps

npm i

Set up git hooks by husky

npm run prepare

Run the app in development mode on localhost:3000

npm run dev

Or build the app for production to the build folder

npm run build

License

MIT

About

πŸ–– A text comparator based on the LCS finding algorithm

https://compare-text.web.app

License:MIT License


Languages

Language:TypeScript 50.4%Language:Svelte 36.9%Language:JavaScript 9.7%Language:HTML 2.3%Language:CSS 0.3%Language:Shell 0.3%