Skip to content

eduardxdc/TextEditor

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

11 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Calculator

C#

This project (console-app) is a text editor made in C#, it was developed using switch/case statements, function call creation, string interpolation, text input and output, use of StreamReader and StreamWriter, do/while and also System.Environment classes.

HowTheTextEditorWorks.mp4

Table of Contents

Installations

  1. Install Visual Studio IDE

  2. Install the .NET Core 3.1

  3. Clone the repository:

git clone https://github.com/eduardxdc/TextEditor.git

F5 to run the application

Contributing

Contributions are welcome! If you find any issues or have suggestions for improvements, please open an issue or submit a pull request to the repository.

When contributing to this project, please follow the existing code style, commit conventions, and submit your changes in a separate branch.

git clone git@github.com:eduardxdc/TextEditor.git
git checkout -b feature/NAME

At the end, open a Pull Request explaining the problem solved or feature made, if exists, append screenshot of visual modifications and wait for the review!

How to create a Pull Request | Commit pattern

License

This project is under MIT license