Skip to content

A C implementation of a simple To-Do List software to be used from the command line. This todo list dynamically allocates memory for tasks, sorts them based on due date, and displays them for the user.

Notifications You must be signed in to change notification settings

TateKolton/Todo-List

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 

Repository files navigation

To Run this Program, enter the following commands (Windows)

mingw32-make todo

or run the file todo.exe

About

A C implementation of a simple To-Do List software to be used from the command line. This todo list dynamically allocates memory for tasks, sorts them based on due date, and displays them for the user.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published