Skip to content

Files

Latest commit

author
John Balla
Oct 23, 2022
d12ecbf · Oct 23, 2022

History

History
106 lines (75 loc) · 2.8 KB

README.md

File metadata and controls

106 lines (75 loc) · 2.8 KB

Windows Forms Text Editor

A simple Windows Forms text editor project. Attempting to create a text editor with the basic create/save/edit features
Explore the docs »

View Demo · Report Bug · Request Feature

Table of Contents
  1. About The Project
  2. Getting Started
  3. Usage
  4. Roadmap

About The Project

A simple Windows Forms text editor project. Attempting to create a text editor with the basic create/save/edit features, as well as login and registration.

The purpose of this project is to practice using Windows Forms, not to create the next best text editor to replace Word =).

(back to top)

Getting Started

Follow these steps to download the project and get started.

Prerequisites

Installation

  1. Clone the repo
    git clone https://github.com/johnballauts/WinFormsTextEditor.git
  2. Open the project's Visual Studio Solution file (.sln) in Visual Studio 2022

(back to top)

Roadmap

  • Text Editor Window
    • Menu Strip
      • File Menu
      • Edit Menu
      • Help Menu
    • Top Tool Strip
      • File Menu options
      • Bold/Italic/Underline options
      • Font Size
      • Tool Tips on icons
      • Display Username
    • Left Tool Strip
    • Text Editing Area
  • Login Window
    • Login validation
  • New User Window
    • Unique username registration function

(back to top)

Contact

Your Name - @OzBalla - ballajanthony@gmail.com - john.a.balla@student.uts.edu.au

Project Link: https://github.com/johnballauts/WinFormsTextEditor

(back to top)