Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/randeera/desktop-k-soft-simple-text-editor
This app is implemented for use of open, edit , save and find words of text files. file IO and Java FX knowledge were used for the development
https://github.com/randeera/desktop-k-soft-simple-text-editor
java javafx javase scenebuilder
Last synced: about 1 month ago
JSON representation
This app is implemented for use of open, edit , save and find words of text files. file IO and Java FX knowledge were used for the development
- Host: GitHub
- URL: https://github.com/randeera/desktop-k-soft-simple-text-editor
- Owner: randeera
- License: mit
- Created: 2023-09-30T17:29:20.000Z (about 1 year ago)
- Default Branch: main
- Last Pushed: 2023-12-27T09:02:58.000Z (about 1 year ago)
- Last Synced: 2024-10-20T09:00:07.408Z (2 months ago)
- Topics: java, javafx, javase, scenebuilder
- Language: Java
- Homepage:
- Size: 10.9 MB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: License.txt
Awesome Lists containing this project
README
# 🖹 Simple Text Editor App
## Welcome to My Text Editor Application Project !
During my training period at the Institute of Software Engineering (IJSE),
I developed a user-friendly text editor application as a Fullstack Developer trainee.
This application enables users to perform various text editing tasks, including opening
any text file on their computer, editing its content, saving changes, saving as a
different file name, finding words, and even opening files using a drag-and-drop
feature. The primary goal of this application is to provide a simple yet efficient tool for editing
text files, enhancing user productivity and ease of use.I undertook this project with a specific focus on honing my skills in
Java SE file I/O operations and regular expressions. By implementing the
file opening and saving functionality, I deepened my understanding of
reading and writing files in Java. Furthermore, the find feature allowed
me to apply regular expressions effectively for searching and manipulating
text within the editor.As I look forward to expanding the capabilities of this application,
I am committed to further enhancing my skills and knowledge in the realm of text editors. I welcome any suggestions for future improvements as I strive to learn and grow through this project.### ☛ Images
![Color Chooser App](src/main/resources/images/1t.png)
![Color Chooser App](src/main/resources/images/2t.png)
![Color Chooser App](src/main/resources/video/1.webm)## Video Preview
Click [here](src/main/resources/video/1.webm) to watch a demo of the Color Chooser App.
### ☛ Languages Used
1. Java 11### ☛ Technology Used
1. Java FX
2. Java SE
3. Scene Builder### ☛ IDE (Integrated Development Environment)
IntelliJ IDEA Ultimate Edition### ☛ How to try this project
To try out the project, please follow these Git commands in your terminal:
1. Clone the Project
```
https://github.com/randeera/k-soft-simple-text-editor.git
```
2. Build the project from parent folder
```
mvn clean install
```3. Then execute the AppInitializerWrapper class
Project Demo
![](/home/randeera/Documents/dep-11/assests/k-soft-text-editor.mp4)### ☛ Contact Me
- Email- mailto:[email protected]
- Linkedin-https://www.linkedin.com/in/randeera/### ☛ Follow Me
- GitHub-https://github.com/randeera
- Linkedin-https://www.linkedin.com/in/randeera/### ☛ License
This application is licensed under this LicenseCopyright © 2023 | Kaveendra Randeera | All Rights Reserved.