A simple and efficient text editor built using HTML, CSS, and JavaScript. This project aims to provide users with a lightweight and user-friendly interface for editing text files.
- Basic Text Editing: Create, edit, and save text files.
- Syntax Highlighting: Supports multiple programming languages for better readability.
- Search Functionality: Easily find text within your documents.
- File Management: Open and save files directly from your local system.
- Responsive Design: Works seamlessly on various devices and screen sizes.
To get started with the Text Editor, follow these steps:
- Clone the Repository:
git clone https://github.com/Kamleshlodhi1119/Texteditor.git
Navigate to the Project Directory:
bash Copy code cd Texteditor Open the HTML File: Open index.html in your preferred web browser to start using the text editor.
Usage Create a New Document: Click on the 'New' button to start a new text file. Edit Text: Type your text in the editor area. Save Your Work: Use the 'Save' option to download your file to your local system. Open Existing Files: Click on 'Open' to load and edit existing text files. Contributing Contributions are welcome! If you have suggestions for improvements or new features, please fork the repository and submit a pull request.
Fork the repository.
Create your feature branch:
git checkout -b feature/YourFeature Commit your changes:
git commit -m "Add some feature" Push to the branch:
git push origin feature/YourFeature Open a pull request.