Skip to content

"TodoList is a simple task management tool written in C. It allows you to add, update, and complete tasks from the command line. Stay organized and focused on your tasks with this lightweight utility."

Notifications You must be signed in to change notification settings

Aditya-C-S/TO-DO-List

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 

Repository files navigation

TO-DO-List

DESCRIPTION

"TodoList is your handy command-line tool built in C for effectively managing your daily tasks. With TodoList, you can effortlessly add new tasks, update existing ones, mark tasks as completed, and view your tasks for the day. The application utilizes file handling to store your tasks persistently in a text file named 'tasks.txt'. TodoList offers you a user-friendly interface, making task management intuitive and hassle-free. It's lightweight, portable, and easy to use, designed to simplify your task management process. Whether you're organizing work or personal tasks, TodoList helps you stay focused and productive. With its robust functionality and simplicity, TodoList is your go-to solution for staying organized and on top of your daily goals."

HOW TO RUN?

  1. Ensure you have a C compiler installed on your system.
  2. Download the source code files. 3 )Open your terminal or command prompt.
  3. Navigate to the directory where the source code files are located.
  4. Compile the code using your C compiler. For example, if using GCC, you can compile with the command: gcc -o TodoList todolist.c.
  5. Run the compiled executable. If on Windows, you can do this by entering TodoList.exe in the command prompt. If on Unix-like systems, use ./TodoList.
  6. Upon running TodoList for the first time, it automatically creates a text file named 'tasks.txt' in the same directory as the source code. This file will store your tasks.
  7. Follow the on-screen prompts to interact with TodoList and manage your tasks efficiently.

YOUR HELP?

Contributions and feedback are welcome! Feel free to suggest improvements, report bugs, or contribute code to enhance the functionality of this Task management system.

About

"TodoList is a simple task management tool written in C. It allows you to add, update, and complete tasks from the command line. Stay organized and focused on your tasks with this lightweight utility."

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages