Welcome to the Angular Text Editor! This project provides a powerful and user-friendly text editing tool built with Angular, designed to meet a wide range of text editing needs. 🌟📜💡
- Rich Text Formatting: Supports bold, italic, underline, and other common text styling options.
- Dynamic Content: Allows users to insert images, links, and custom HTML.
- Custom Toolbar: A fully customizable toolbar to include the options you need.
- Real-time Preview: Provides an instant preview of the formatted content.
- Responsive Design: Optimized for both desktop and mobile devices. 📱💻🚀
- Angular: Frontend framework for building the application.
- TypeScript: Provides type safety and enhanced development experience.
- SCSS: For styling and responsive design. 🎨👩💻✨
To get started with the Angular Text Editor, follow these steps:
-
Clone the repository:
git clone https://github.com/muraterennar/angular-text-editor.git cd angular-text-editor
-
Install dependencies:
npm install
-
Run the development server:
ng serve
-
Open your browser and navigate to:
http://localhost:4200
🌟🔗🖱️
- Use the toolbar to format text as desired.
- Add images, links, or custom HTML through the respective options.
- Preview the formatted content in real-time.
- Save or export your work as needed. 🖼️📑📤
src/app
: Contains the Angular components, services, and modules.src/assets
: Stores static assets like images and styles.
Contributions are welcome! Please follow these steps:
-
Fork the repository.
-
Create a new branch:
git checkout -b feature/your-feature-name
-
Make your changes and commit them:
git commit -m "Add your feature description here"
-
Push to your fork and submit a pull request. 🌟🌍📤
This project is licensed under the MIT License. See the LICENSE file for more details. 📄⚖️🔓
If you have any questions or suggestions, feel free to reach out via Issues. ✍️🛠️📬
Thank you for using the Angular Text Editor! 🖋️✨🌟