Skip to content

The To-Do List application is built using C++ and Qt Creator. It leverages the HashMap data structure to efficiently manage tasks with priority. The application supports CRUD operations (Create, Read, Update, Delete), enabling users to add, view, modify, or remove tasks.

License

Notifications You must be signed in to change notification settings

Nouran246/Todo-List-using-HashMap-Data-Structure

 
 

Repository files navigation

Todo-List-using-HashMap-Data-Structure

The To-Do List application is built using C++ and Qt Creator. It leverages the HashMap data structure to efficiently manage tasks with priority. The application supports CRUD operations (Create, Read, Update, Delete), enabling users to add, view, modify, or remove tasks. Additionally, it incorporates a search functionality for locating tasks quickly by name or description. The app also handles file operations to persist the to-do list across sessions, storing tasks in a file format that can be loaded and saved as needed. Screenshot 2024-05-06 132736 Screenshot 2024-05-06 132936 Screenshot 2024-05-06 133010 Screenshot 2024-05-06 133034 Screenshot 2024-05-06 133116

About

The To-Do List application is built using C++ and Qt Creator. It leverages the HashMap data structure to efficiently manage tasks with priority. The application supports CRUD operations (Create, Read, Update, Delete), enabling users to add, view, modify, or remove tasks.

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • C++ 97.3%
  • QMake 2.7%