Skip to content

MatheusFerraro/Editor-Html

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 

Repository files navigation

Editor-Html

This was a project where I implemented string manipulations


Challenges

  • I used Regex to add tags
  • My challenge was to change the colour into the strong tags to bold them, continue the normal colour of the words after the tags, and maintain the normal colour before the tags.
  • Another challenge was the user writing, breaking lines, and saving them in a path. All of these were made into my menu, which was acting like paper, utilizing the Cursor position for the type of user starting in the middle of the menu.
  • Add an Esc(Escape) key to act as an option to exit the menu and save the typed text into a file text using a directory path.

Utilization of Methods, Class and keywords

  • StringBuilder
  • Console Foreground Color, Console Color
  • Utilization of substring
  • Cursor Position
  • Try catch
  • Console Key
  • Class Directory used

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages