Skip to content

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.

Notifications You must be signed in to change notification settings

ADRIANDLT/Task_manager_AI

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

27 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Task_manager_AI

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.

Prerequisites

  • CMake 3.10 or higher
  • A C++17 compatible compiler (e.g., GCC, Clang, MSVC)

Building the Project

  1. Clone the repository:

    git clone <repository-url>
    cd Task_manager_AI
  2. Create a build directory and navigate into it:

    mkdir build
    cd build
  3. Run CMake to configure the project:

    cmake ..
  4. Build the project:

    cmake --build .

Running the Project

  1. After building, you can run the executable:
    ./TaskManager

Usage

  1. When you run the program, you will be presented with a menu to register or log in.
  2. Once logged in, you can add tasks, display tasks, mark tasks as complete, and more.

Features

  • Add tasks with different priorities and estimated times.
  • Display tasks sorted by priority.
  • Mark tasks as complete.
  • Notify users of overdue tasks.

About

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.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Contributors 4

  •  
  •  
  •  
  •