Skip to content

Latest commit

 

History

History
20 lines (13 loc) · 944 Bytes

README.md

File metadata and controls

20 lines (13 loc) · 944 Bytes
Ekran Resmi 2024-09-29 02 07 21 Ekran Resmi 2024-09-29 02 07 12

AI Text Checker

This project provides an interface for users to check their texts. Users can input a text and see the modifications and suggestions made by AI.

Features

  • Text Input: Allows users to enter the text they want to check.
  • Diff Viewer: Displays changes and suggestions after the AI checks the entered text.

Technologies

  • Next.js: For server-side rendering and static site generation.
  • TypeScript: For type safety and better development experience.
  • Tailwind CSS: For styling and layout.
  • Azure SDK for AI: For integrating AI features.
  • react-diff-viewer-continued: For comparing text differences.