Skip to content

RahemShaikh/To-Do-List

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 
 
 
 
 
 
 
 
 

Repository files navigation

To-Do List

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


Features

  • Add tasks
  • Remove tasks by number
  • Display all tasks
  • Save/load tasks from file
  • Wipe all tasks
  • Command help

Project Structure

To-Do List/
│
├── data/ 
│ └── tasks.txt     # Saves task information here
│
├── src/ 
│ └── to-do.c       # Source code of to-do list
│                 
├── to-do.exe       # Project executable
└── README.md       # Project overview

How to Compile

Use GCC or any C compiler:

gcc to-do.c -o to-do

How to Run

Make sure you're in the project directory:

./to-do

Notes

  • Tasks are saved to data/tasks.txt on exit.
  • Make sure the data/ directory exists before running the program.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors

Languages