https://github.com/sentemon/simpletexteditor
Console Text Editor
https://github.com/sentemon/simpletexteditor
text-editor
Last synced: about 1 year ago
JSON representation
Console Text Editor
- Host: GitHub
- URL: https://github.com/sentemon/simpletexteditor
- Owner: sentemon
- License: gpl-3.0
- Created: 2024-04-21T17:27:36.000Z (about 2 years ago)
- Default Branch: master
- Last Pushed: 2024-05-12T15:57:08.000Z (about 2 years ago)
- Last Synced: 2025-03-24T10:46:19.395Z (about 1 year ago)
- Topics: text-editor
- Language: C#
- Homepage:
- Size: 483 KB
- Stars: 4
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE.txt
Awesome Lists containing this project
README
# Simple Text Editor
## Description
This is a simple text editor program written in C#. It allows users to read, write, and delete text files.
## Usage
0. Before running the project, make sure you have the .NET Core SDK installed.
1. Clone the repository to your computer:
```bash
git clone https://github.com/sentemon/SimpleTextEditor.git
```
2. Navigate to the project directory:
```bash
cd SimpleTextEditor
```
3. Build the project:
```bash
dotnet build
```
4. Run the project:
```bash
dotnet run
```
## Screenshots
#### Appearance example:

## Credits
- Author: Ivan Sentemon
- GitHub Repository: [SimpleTextEditor](https://github.com/sentemon/SimpleTextEditor)
Feel free to contribute or report issues!