https://github.com/kuro-jojo/textrefine
A modern Angular frontend application that provides a user-friendly interface for text analysis tools.
https://github.com/kuro-jojo/textrefine
angular text-evaluation
Last synced: 11 months ago
JSON representation
A modern Angular frontend application that provides a user-friendly interface for text analysis tools.
- Host: GitHub
- URL: https://github.com/kuro-jojo/textrefine
- Owner: kuro-jojo
- License: gpl-3.0
- Created: 2025-05-20T14:59:35.000Z (about 1 year ago)
- Default Branch: main
- Last Pushed: 2025-06-09T13:39:53.000Z (about 1 year ago)
- Last Synced: 2025-06-09T14:40:03.076Z (about 1 year ago)
- Topics: angular, text-evaluation
- Language: HTML
- Homepage: https://textrefine.assamagan.site
- Size: 515 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# TextRefine
A modern Angular frontend application that provides a user-friendly interface for text analysis tools.
## Features
- Interactive text editor interface
- Real-time text analysis visualization
- Evaluation of text quality in multiple dimensions
- Correctness (spelling, grammar, punctuation)
- Vocabulary (word choice and variety)
- Clarity (readability)
- Coherence (flow and organization)
- Clean and intuitive user experience
## Tech Stack
- Angular
- TypeScript
- HTML5
- CSS3 (Tailwind CSS)
- Font Awesome (for icons)
- ngx-editor (for text editor)
- Chart.js (for visualization)
## Getting Started
### Prerequisites
- Node.js (v16 or higher)
- npm (comes with Node.js)
- Angular CLI
### Installation
1. Clone the repository:
```bash
git clone https://github.com/kuro-jojo/textrefine.git
cd textrefine
```
2. Install dependencies:
```bash
npm install
```
3. Run the development server:
```bash
ng serve
```
The application will be available at `http://localhost:4200`
## License
This project is licensed under the MIT License - see the [LICENSE](LICENSE) file for details
## Acknowledgments
- Angular team for creating such a powerful framework
- All contributors who have helped improve this project