Giter Club home page Giter Club logo

todolistapp's Introduction

VB.NET To-Do List Application (Study Project)

image

This is a simple To-Do List application built using VB.NET and Windows Forms in Visual Studio 2022. The project was created as a learning exercise to practice basic concepts in VB.NET development, including UI design, event handling, data manipulation, and file I/O.

Features

  • Add Tasks: Easily add new tasks to your list.
  • Edit Tasks: Modify existing tasks with a double-click or the "Edit" button.
  • Delete Tasks: Remove unwanted tasks.
  • Clear List: Quickly clear all tasks from the list.
  • Data Persistence: Saves tasks to a text file in your Documents folder, ensuring they're available when you restart the app.

How to Use

  1. Download: Clone or download the project from this repository.
  2. Open: Open the project in Visual Studio 2022 (with .NET Framework support).
  3. Run: Press F5 to build and run the application.
  4. Add Tasks: Type your tasks in the text box and click "Add."
  5. Edit Tasks: Double-click a task or select it and click "Edit" to modify it.
  6. Delete Tasks: Select a task and click "Delete."
  7. Clear List: Click "Clear" to remove all tasks.
  8. Save: Click "Save" to save your tasks to a file. (The app will also save automatically on exit.)

Project Structure

  • Form1.vb: Contains the UI design and all the VB.NET code for the application logic.
  • todolist.txt: The text file where tasks are saved (located in your Documents folder).

Learning Objectives

This project was designed to help you learn the following VB.NET concepts:

  • Windows Forms: Creating and designing user interfaces.
  • Event Handling: Responding to user actions (button clicks, double-clicks).
  • Data Structures: Using lists to store and manage data.
  • File I/O: Reading from and writing to text files for data persistence.
  • Basic Programming Concepts: Variables, loops, conditional statements, etc.

Future Improvements

This is a basic application created for learning purposes. Here are some potential enhancements you could explore:

  • Task Prioritization: Add a way to set task priorities.
  • Due Dates: Include deadlines for tasks.
  • Reminders: Implement reminders for tasks with due dates.
  • Categorization: Allow tasks to be grouped into categories.
  • Enhanced UI: Improve the visual design and add more features.

Contributing

Feel free to fork this repository and make any modifications or improvements you'd like. Pull requests are welcome!

License

This project is licensed under the MIT License - see the LICENSE file for details.

todolistapp's People

Contributors

mgadaphy avatar

Watchers

 avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.