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 |
This is a Simple Task List Application which allow user to mark down the important task into a list.
App UI while start using:
App UI after:
| Tools & Language | |
|---|---|
| Workspace | Visual Studio 2019 |
| Project type | Windows Forms App (.NET Core) |
| Language | C# |
Input Fields are listed below:
- Task Title : String
- Task Description : String
- Duration : Int
- Due Date : Date
- Priority : Enum
- Status : Enum
Funtions have:
- Add Task
- Edit Task
- Delete 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-
Select a row and click Edit Button, row's data will be paste to input fields

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