Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

feat: add text difference checker #71

Closed
wants to merge 4 commits into from

Conversation

ayshrj
Copy link

@ayshrj ayshrj commented Sep 22, 2024

This pull request introduces a Text Difference Checker feature, which utilizes the diff library to identify differences between two text inputs. This tool is essential for editors, developers, and content creators who need to track changes or compare versions of text documents effectively.

Highlights of the Feature:

  • Core Functionality: Leverages the diff library to perform a detailed comparison between two texts, highlighting additions, deletions, and modifications.
  • User Interface: Includes a user-friendly interface that displays the differences clearly, making it easy for users to identify changes at a glance.
  • Testing: Comprehensive tests ensure the reliability of the difference checking process, covering various scenarios from simple text changes to complex modifications.

Copy link
Contributor

@golergka golergka left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Thank you for this contribution! Just a few nitpicks

pages/utilities/text-difference.tsx Outdated Show resolved Hide resolved
pages/utilities/text-difference.tsx Show resolved Hide resolved
components/utils/text-difference.utils.ts Outdated Show resolved Hide resolved
pages/utilities/text-difference.tsx Outdated Show resolved Hide resolved
@ayshrj
Copy link
Author

ayshrj commented Oct 26, 2024

Hey! I updated the code based on the feedback from the code review

@ayshrj ayshrj closed this Nov 30, 2024
@ayshrj ayshrj deleted the feature/text-diff-checker branch November 30, 2024 22:18
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants