Skip to content

Peterms0228/TaskListApplication

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

18 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Project's Title (Simple Task List Application)

Code Execise with C#
.exe file can be found from "Published file"
Data CSV File will be generated next to .exe file

Tables of Content
Project Description
Tools & Language
Variables
Functions & How to Use
Validaton checking & Testing

Project Description

This is a Simple Task List Application which allow user to mark down the important task into a list.

App UI while start using:

screenshot 1

App UI after:

screenshot 2

Tools & Language

Tools & Language
Workspace Visual Studio 2019
Project type Windows Forms App (.NET Core)
Language C#

Variables

Input Fields are listed below:

  1. Task Title : String
  2. Task Description : String
  3. Duration : Int
  4. Due Date : Date
  5. Priority : Enum
  6. Status : Enum

Functions & How to Use

Funtions have:

  • Add Task
  • Edit Task
  • Delete Task

Add Task

Red Fields are required Click the green button to add into list <img width="582" alt="add" src="https://github.com/Peterms0228/TaskListApplication/assets/142481564/e15e97f8-564b-4d8e-adcb-

Edit Task

Select a row and click Edit Button, row's data will be paste to input fields editing

Delete Task

Select a row and click Delete Button, the row will be removed delete

Validaton checking & Testing

Task Title cannot be null

test 1

Duration only accept integer

test 2

About

Coding Exercise with C#

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors

Languages