Skip to content

Latest commit

 

History

History
31 lines (24 loc) · 1.08 KB

File metadata and controls

31 lines (24 loc) · 1.08 KB

ToDo List

Overview

This is a simple ToDo List application built in C# using Windows Forms. It allows users to add, edit, and delete tasks, as well as switch between light and dark mode.

Features

  • Add Task: Enter a task in the text box on the left and click 'Add Task'.
  • Edit Task: Double-click on a task in the list to edit it. Enter the corrected task and confirm.
  • Delete Task: Select a task from the list and press the 'Delete' key on your keyboard.
  • Switch Mode: Click 'Dark Mode' to toggle between dark and light mode.

Usage

  1. Enter a task in the text box.
  2. Click 'Add Task' or press Enter.
  3. To edit a task, double-click on it, enter the corrected task, and press Enter.
  4. To delete a task, select it and press the 'Delete' key.
  5. To switch between light and dark mode, click 'Dark Mode'.

Getting Started

  1. Clone this repository.
  2. Open the solution in Visual Studio.
  3. Build and run the project.

Dependencies

  • .NET Framework

Credits

This project was created by Jan Klein.

License

This project is licensed under the MIT License.