louresb / HtmlEditor

This repository contains the exercise completed as part of the Balta.io course on backend development.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

HtmlEditor

licence mit Development Status Badge

HtmlEditor is a simple console application written in C# that provides basic functionality for creating and editing HTML files.

Usage

When you run the program, you will see an interface that allows you to select different options. Follow the instructions below to use the EditorHtml:

  • Select an option from the menu:

    • 1 to create a new HTML file
    • 2 to open an existing HTML file
    • 0 to exit the program
  • If you choose to create a new HTML file:

    • The editor will open, allowing you to write and edit HTML content.
    • After you finish editing, you can save the file.
  • If you choose to open an existing HTML file:

    • You can view the contents of the selected HTML file.
  • Repeat the above steps to create or open additional HTML files.

Learning resources

This console application was created using Balta.io's backend course. I recommend checking it out if you're interested in learning about .NET programming.

License

MIT License © Bruno Loures

About

This repository contains the exercise completed as part of the Balta.io course on backend development.

License:MIT License


Languages

Language:C# 100.0%