Skip to content

Latest commit

 

History

History
7 lines (7 loc) · 1.11 KB

File metadata and controls

7 lines (7 loc) · 1.11 KB

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