An open API service indexing awesome lists of open source software.

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.

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