Skip to content

πŸ“š My first project: the TaskBook program written in C++ πŸ’»

License

Notifications You must be signed in to change notification settings

SteponasK/Taskbook-CLI

Folders and files

NameName
Last commit message
Last commit date

Latest commit

Β 

History

15 Commits
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 

Repository files navigation

Taskbook CLI

A CLI program designed for task management to help you remember your tasks.

πŸ“– Description

photo1.png

  • Taskbook is a simple and easy-to-use task management CLI application. You can type in your tasks, delete them when you're done, or change their names as needed. It retains a record of all the tasks you've entered that are active. Taskbook simplifies task management and helps you stay organized.

πŸ§‘β€πŸ’» Using the program

Main Menu

  • Navigate task list, using arrow keys on your keyboard
  • [ESC] Exit the program
  • [F1] Select task
  • [F3] Add a new task
  • [F5] Save changes

photo1.png

Task Selected:

  • [1] Delete the task
  • [2] Change description of the task
  • [3] Go back (to the Main menu)
  • [4] End (close) the program

photo2.png

Getting Started

βž• Dependencies

  • Windows operating system (OS)
  • C++ 14 compiler preferred (it might work with older versions)

⬇️ Installing

git clone https://github.com/SteponasK/Taskbook-CLI.git

πŸƒ Executing the program

  • Compile the"main.cpp", file with all the necessary files in the same project.

πŸ‘‘ Authors

  • SteponasK - Initial work

πŸ›οΈ Version History

πŸ“œ License

This project is licensed under the GPL-3.0 license. See the License.txt file, for all the details.

About

πŸ“š My first project: the TaskBook program written in C++ πŸ’»

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published