Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/m-azra3l/stringcomparer
String comparing desktop application to compare two sets of strings.
https://github.com/m-azra3l/stringcomparer
Last synced: 25 days ago
JSON representation
String comparing desktop application to compare two sets of strings.
- Host: GitHub
- URL: https://github.com/m-azra3l/stringcomparer
- Owner: m-azra3l
- License: mit
- Created: 2023-06-16T08:09:35.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2023-06-19T20:44:21.000Z (over 1 year ago)
- Last Synced: 2024-11-08T23:33:01.398Z (3 months ago)
- Language: C#
- Size: 422 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# String Comparer
This application allows you to compare the text in two input boxes and displays the differences between them.
## Features
- Compare the text in two input boxes
- Show the number of differences in a label## Installation and Usage
To run this application, you need to have .NET 7 installed on your machine.
1. Clone the repository:
```shell
git clone https://github.com/m-azra3l/StringComparer.git
```Alternatively, you can run the application by launching the compiled version that is in the "bin" folder or complete the remaining steps.
2. Build the project:
```shell
dotnet build
```3. Launch the application.
```shell
dotnet run
```Simply enter text in both input boxes and click the "Compare" button. The number of differences between the two texts will be displayed will be shown in a label.
## Requirements
This application is written in C# using .NET 7 and requires the .NET Framework to run.
## Author
[Michael](https://github.com/m-azra3l)
## License
This project is licensed under the [MIT License](LICENSE).