Skip to content

A c++ code which is standalone and uses windows header and standar c++ libraries. It is demo of to-do app

License

Notifications You must be signed in to change notification settings

eshan-singh78/todo-gui-cpp

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 
 
 

Repository files navigation

To-Do List Application

This is a simple to-do list application for Windows, built using the Windows API and C++. It provides a graphical user interface for managing tasks, including descriptions, dates, and priorities.

Features

  • Add tasks with descriptions, dates, and priorities.
  • Sort tasks based on priority and date.
  • Error handling for invalid date format.
  • Dynamically resizable and repositionable controls.

Getting Started

These instructions will help you set up and run the application on your local machine.

Prerequisites

  • Windows operating system

Building and Running

  1. Getting the offline copy of code

  2. Open the project in your C++ development environment (e.g., Visual Studio).

  3. Build and compile the project.

  4. Run the executable to launch the to-do list application.

Usage

  • Enter a task description, date (in the format "dd mm yyyy"), and priority (high/low) in the provided input fields.

  • Click the "Add Task" button to add the task to the list.

  • The tasks will be displayed in a list box, sorted by priority and date.

Contributing

Contributions are welcome! If you'd like to contribute to this project, please follow these steps:

  1. Fork the repository.

  2. Create a new branch for your feature or bug fix.

  3. Make your changes and commit them with descriptive messages.

  4. Push your changes to your fork.

  5. Create a pull request to the original repository.

License

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

Acknowledgments

  • Thanks to the Windows API and C++ community for providing the necessary tools to create this application.

Author

About

A c++ code which is standalone and uses windows header and standar c++ libraries. It is demo of to-do app

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages