# To-Do List App (Windows Forms C#)
A simple **To-Do List desktop application** built with **C# and Windows Forms** using Visual Studio Community 2022.
---
## Features
- Add tasks with different priorities (**High, Medium, Low**).
- Tasks are automatically ordered by priority:
- **High** tasks appear at the top.
- **Medium** tasks appear under High.
- **Low** tasks appear at the bottom.
- Mark tasks as completed () and get a congratulation message .
- Background image and custom UI design.
- Simple and beginner-friendly Windows Forms project.
---
## ️ Technologies Used
- C#
- Windows Forms
- .NET Framework (or .NET 6/7 depending on your setup)
- Visual Studio Community 2022