📌 Overview
TaskFlow is a console-based task management system developed using the C programming language. The project demonstrates the practical application of data structures and file handling to manage tasks efficiently through a menu-driven interface.
🎯 Features
Add new tasks with relevant details
View all existing tasks
Update task information or status
Delete tasks when no longer required
Persist task data using file handling (tasks.txt)
Simple and user-friendly menu-driven interface