A modern Angular frontend application that provides a user-friendly interface for text analysis tools.
- 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
- Angular
- TypeScript
- HTML5
- CSS3 (Tailwind CSS)
- Font Awesome (for icons)
- ngx-editor (for text editor)
- Chart.js (for visualization)
- Node.js (v16 or higher)
- npm (comes with Node.js)
- Angular CLI
- Clone the repository:
git clone https://github.com/kuro-jojo/textrefine.git
cd textrefine
- Install dependencies:
npm install
- Run the development server:
ng serve
The application will be available at http://localhost:4200
This project is licensed under the MIT License - see the LICENSE file for details
- Angular team for creating such a powerful framework
- All contributors who have helped improve this project