We created a task manager that allows you to get more than 5 extra hours in your week thanks to our optimization of your time.
- CMake 3.10 or higher
- A C++17 compatible compiler (e.g., GCC, Clang, MSVC)
-
Clone the repository:
git clone <repository-url> cd Task_manager_AI
-
Create a build directory and navigate into it:
mkdir build cd build
-
Run CMake to configure the project:
cmake ..
-
Build the project:
cmake --build .
- After building, you can run the executable:
./TaskManager
- When you run the program, you will be presented with a menu to register or log in.
- Once logged in, you can add tasks, display tasks, mark tasks as complete, and more.
- Add tasks with different priorities and estimated times.
- Display tasks sorted by priority.
- Mark tasks as complete.
- Notify users of overdue tasks.