It is a simple GUI Text Editor which is user-friendly and designed for uncomplicated text editing.
Text Editor serves as a straightforward yet effective tool for text editing through a graphical user interface. It caters to users seeking a minimalistic and easy-to-navigate platform for common text-related tasks. The project's core purpose is to provide a no-frills, intuitive environment where users can effortlessly create, edit, and save text documents.
With a focus on simplicity, the GUI Text Editor offers essential features such as cut, copy, paste, and basic font customization, making it an accessible solution for users who prefer a straightforward text editing experience. The project's simplicity is its strength, ensuring that users can quickly and efficiently carry out their text editing needs without unnecessary complexities.
These instructions will get you a copy of the project up and running on your local machine for development and testing purposes. See deployment for notes on how to deploy the project on a live system.
What things you need to install the software and how to install them.
Java
A step by step series of examples that tell you how to get a development env running.
Download and Install JDK based on your system
https://www.oracle.com/java/technologies/downloads/
Clone the repo
### Installing
Clone the repository and navigate to the project folder.
```bash
git clone https://github.com/giri-10/CodeClauseInternship_Text-Editor
Run the program
javac TextEditor.java
java TextEditor
- Java - Programming Language