{"id":19787135,"url":"https://github.com/hey-its-d2t2/texteditor","last_synced_at":"2025-10-28T19:06:12.400Z","repository":{"id":241359800,"uuid":"806441570","full_name":"hey-its-d2t2/TextEditor","owner":"hey-its-d2t2","description":"TextEditor is a desktop application developed in Java using Java Swing for the graphical user interface. The application provides a comprehensive text editing environment with user authentication and file management features. The key functionalities include user login and registration, file creation, editing, saving, and managing a list of previous","archived":false,"fork":false,"pushed_at":"2024-07-11T06:34:59.000Z","size":17,"stargazers_count":1,"open_issues_count":0,"forks_count":0,"subscribers_count":2,"default_branch":"main","last_synced_at":"2025-01-11T03:31:32.570Z","etag":null,"topics":["advanced-programming","file","filehandlinginjava","gui-application","java","javaswing","learning-by-doing","notepad","programming","swing-gui"],"latest_commit_sha":null,"homepage":"","language":"Java","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":null,"status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/hey-its-d2t2.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":null,"code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2024-05-27T07:54:00.000Z","updated_at":"2024-07-11T06:34:01.000Z","dependencies_parsed_at":"2024-05-28T00:45:55.738Z","dependency_job_id":"3388b76a-ce36-44bf-82b1-10fc2d8402eb","html_url":"https://github.com/hey-its-d2t2/TextEditor","commit_stats":null,"previous_names":["hey-its-d2t2/texteditor"],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/hey-its-d2t2%2FTextEditor","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/hey-its-d2t2%2FTextEditor/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/hey-its-d2t2%2FTextEditor/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/hey-its-d2t2%2FTextEditor/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/hey-its-d2t2","download_url":"https://codeload.github.com/hey-its-d2t2/TextEditor/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":241119810,"owners_count":19912962,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["advanced-programming","file","filehandlinginjava","gui-application","java","javaswing","learning-by-doing","notepad","programming","swing-gui"],"created_at":"2024-11-12T06:21:16.836Z","updated_at":"2025-10-28T19:06:12.294Z","avatar_url":"https://github.com/hey-its-d2t2.png","language":"Java","funding_links":[],"categories":[],"sub_categories":[],"readme":"# TextEditor\n\n### Technologies Used: \n- Java\n- Java Swing\n- JPanel\n- JFrame\n- File Handling\n\n### Overview:\nTextEditor is a desktop application developed in Java using Java Swing for the graphical user interface. \nThe application provides a comprehensive text editing environment with user authentication and file management features. \nThe key functionalities include user login and registration, file creation, editing, saving, and managing a list of previously created files.\n\n### Features:\n### Login and Register:\nThe application starts with a login screen where users can enter their credentials.\nIf the user does not have an account, they can switch to the registration screen to create a new account.\n\n- **Login:** Allows existing users to log in using their credentials.\n\n  ![login](https://github.com/hey-its-d2t2/TextEditor/assets/63626210/a01b76a2-ee10-433b-ad26-68967a80781c)\n\n- **Register:** New users can create an account to access the text editor.\n\n  ![register](https://github.com/hey-its-d2t2/TextEditor/assets/63626210/4ea26ad2-6294-4333-8ec8-41299d2c460a)\n\n- ### Upon successful login or registration, the user is redirected to the file list window.\n### File Management:\n- **File List Window:** After logging in or registering, users are presented with a window displaying a list of previously created files.\n- **Select and Edit File:** Users can select any file from the list to edit its contents.\n\n![filelist2](https://github.com/hey-its-d2t2/TextEditor/assets/63626210/d428270b-2ac1-411d-bd2e-e71e77f2ab5c)\n\n- Users have the option to create a new file by clicking on the **\"New File\"** button.\n- **Create New File:** Users can create new text files.\n- When a user selects a file from the list, the text editor window opens, displaying the content of the selected file.\n\n![editFile](https://github.com/hey-its-d2t2/TextEditor/assets/63626210/eda5ee4d-5959-43af-be9b-920508ada7dd)\n\n- Users can edit the text within this window.\n\n![updatefile1](https://github.com/hey-its-d2t2/TextEditor/assets/63626210/30ec1cd9-c297-448e-b5b6-b9f9373ebe3b)\n  \n- **Save and Close File:** Edited files can be saved, and the user can close the file to return to the file list window for further actions.\n\n- Changes can be saved by clicking the **\"Save\"** button.\n- Users can close the file after saving, which returns them to the file list window.\n\n### Conclusion:\nTextEditor combines robust text editing capabilities with essential user authentication and file management features, making it a versatile tool for managing and editing text files. \nThe use of Java Swing ensures a responsive and visually appealing interface, enhancing the overall user experience.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fhey-its-d2t2%2Ftexteditor","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fhey-its-d2t2%2Ftexteditor","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fhey-its-d2t2%2Ftexteditor/lists"}