/text-editor-showcase

๐Ÿ–‹๏ธ A rich text editor application built with Angular using ngx-editor, quill.js and syncfusion.

Primary LanguageTypeScriptMIT LicenseMIT

๐ŸŒŸ TextEditorShowcase

Welcome to TextEditorShowcase! This project demonstrates the power of rich text editing using three popular libraries: ngx-editor, quill.js, and syncfusion. Designed for developers and users, this application provides a user-friendly interface to explore modern text editing capabilities.

๐Ÿ–ฅ๏ธ Live Demo

Check out the deployed version of the application here!

๐Ÿ“š About

A rich text editor application built with Angular using ngx-editor and quill.js.

  • โœจ Rich Text Editing: Create and format content easily.
  • ๐Ÿ“ฑ Responsive Design: Works on all devices seamlessly.
  • ๐Ÿ”„ Live Preview: Instantly see your edits as you type.
  • ๐Ÿ› ๏ธ Modular Architecture: Easily extend and maintain your application.

๐Ÿš€ Getting Started

Prerequisites

Installation

  1. Clone the repository:
    git clone https://github.com/yourusername/text-editor-showcase.git
  2. Navigate to the project directory:
    cd text-editor-showcase
  3. Install dependencies:
    npm install

๐Ÿ’ป Development Server

Run ng serve for a development server. Navigate to http://localhost:4200/. The application will automatically reload if you change any of the source files.

๐Ÿ”ง Code Scaffolding

Run ng generate component component-name to generate a new component. You can also use ng generate directive|pipe|service|class|guard|interface|enum|module.

๐Ÿ“ฆ Build

Run ng build to build the project. The build artifacts will be stored in the dist/ directory.

๐Ÿงช Running Unit Tests

Run ng test to execute the unit tests via Karma.

๐Ÿ›ฃ๏ธ Running End-to-End Tests

Run ng e2e to execute the end-to-end tests via a platform of your choice. To use this command, you need to first add a package that implements end-to-end testing capabilities.

๐Ÿ†˜ Further Help

To get more help on the Angular CLI, use ng help or check out the Angular CLI Overview and Command Reference.