Skip to content

invzfnc/todo-list

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

59 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

To-Do List

This program is a highly portable command-line to-do-list application that helps users manage their tasks efficiently, with the functionality to store data on every run, and retrieve them upon restarting the application. It allows users to add new tasks, view existing tasks, mark tasks as completed, edit tasks and delete tasks.

Features

  • Simple and straightforward usage
  • Highly portable
  • Support for storing and exporting CSV data
  • Cross-platform compatibility
  • Non third-party dependencies

Setup

To setup and run this project locally, follow these steps:

  1. Download or clone the repository

    git clone https://github.com/invzfnc/todo-list.git
  2. Compile the code

    g++ main.cpp -o todolist
  3. Run

    Windows

    todolist

    Unix

    ./todolist

Usage

Adding tasks

Add

Viewing tasks

View

Marking tasks as complete

Mark

Editing tasks

Edit

Deleting tasks

Delete

License

This software is licensed under the MIT License © Cha

About

A simple, but function-rich command-line to-do list application.

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Contributors 2

  •  
  •  

Languages