Skip to content

The Keep Notes (To-Do List App) is a simple command-line application implemented in C++, designed to help users efficiently manage their tasks. With this application, users can easily add, view, and organize their to-do items, making task management straightforward and accessible.

Notifications You must be signed in to change notification settings

Njoxpy/Keep-Notes

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

To-Do List App

Welcome to the To-Do List App, a simple command-line application for managing your tasks!

Overview

This project is a C++ implementation of a To-Do List application. It allows users to perform various tasks such as adding new tasks, displaying tasks, marking tasks as completed, and more.

Features

  • Add Task: Add a new task to the list.
  • Display Tasks: View the current list of tasks.
  • Mark as Completed: Mark specific tasks as completed.
  • Delete All Tasks: Remove all tasks from the list.
  • Delete Last Task: Remove the last added task.
  • Save and Load: Optionally save the current task list to a file and load it when the program starts.

Usage

  1. Compile the Code:
    g++ main.cpp ToDoList.cpp -o ToDoListApp

About

The Keep Notes (To-Do List App) is a simple command-line application implemented in C++, designed to help users efficiently manage their tasks. With this application, users can easily add, view, and organize their to-do items, making task management straightforward and accessible.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published