Skip to content

Latest commit

 

History

3 Commits

Folders and files

NameName
Last commit message
Last commit date
 
 
 
 
 
 
 
 

Repository files navigation

C To-Do List Manager

A simple command-line to-do list manager written in C.

Features

  • Add tasks
  • Remove tasks
  • View tasks
  • Clear the to-do list

Build & Run

make        # Compile
make run    # Compile and run
make clean  # Remove compiled files

Files

  • src/ – Source code
  • bin/ – Compiled executable
  • data/ – Stores to-do.txt

Notes

  • Tasks are saved in data/to-do.txt
  • Compiled files and data are ignored by Git

About

To-do list manager written in C

Resources

Stars

0 stars

Watchers

0 watching

Forks

Releases

Packages

Contributors

Languages