An open API service indexing awesome lists of open source software.

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

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:
![Simple Text Editor Screenshot](/SimpleTextEditor/Assets/example.png)

## Credits
- Author: Ivan Sentemon
- GitHub Repository: [SimpleTextEditor](https://github.com/sentemon/SimpleTextEditor)

Feel free to contribute or report issues!