Skip to content

Latest commit

 

History

History
17 lines (13 loc) · 865 Bytes

README.md

File metadata and controls

17 lines (13 loc) · 865 Bytes

To-Do App in Visual Basic 📋

Even though Visual Basic might not be the most popular language nowadays, it holds a special place in my heart ❤️.

🎯 Features

  • Add Tasks: Quickly add new tasks to your list. 📝
  • List Tasks: View all your tasks along with their completion status. 📜
  • Complete Tasks: Mark tasks as completed when you finish them. ✔️
  • Delete Tasks: Remove tasks that you no longer need. 🗑️

🖥️ Code Overview

Here’s a quick overview of the main components in the code:

  • Task Class: Represents a task with a name and a completion status.
  • Main Menu: Provides options to add, list, complete, and delete tasks.
  • Task Management: Functions to handle adding, listing, completing, and deleting tasks.

I recommend using this online compiler: https://www.onlinegdb.com/online_vb_compiler