Skip to content

Latest commit

 

History

History
27 lines (21 loc) · 567 Bytes

File metadata and controls

27 lines (21 loc) · 567 Bytes

Task Manager CLI (C++)

A simple command-line Task Manager built using C++. It allows users to manage daily tasks efficiently with priority and status tracking.

🚀 Features

  • Add new tasks
  • View all tasks
  • Mark tasks as completed
  • Task priority (High, Medium, Low)
  • Data stored using file handling (tasks.txt)

🛠️ Tech Used

  • C++

▶️ How to Run

  1. Compile: g++ main.cpp -o taskmanager
  2. Run: ./taskmanager

📌 Future Improvements

  • Sorting tasks by priority
  • Better UI
  • Edit existing tasks

👨‍💻 Author

Vikas Pattar