An extensible yet simple to use tool for comparing anything.
To compare anything using this program, simply create a subject
Edit the criteria according to which you will compare this subject
Then, add instances of the subject to compare
This app is currently only available by getting it from the source.
> git clone https://github.com/matthew-matvei/compair.git
> cd compair
> npm install
Then to build it:
> npm run build
> npm test
This application is GNU licensed, so feel free to share. Main requests for contribution would be:
- Sorting Algorithm - the app uses a very unresearched method of sorting instances according to direction and priority, based purely on my gut feeling
- Tidying up dialogs - some repetitive code may be reduced