A simple, colorized console-based To-Do list manager written in C.
Create, view, complete, and delete tasks — all from your terminal.
- ✅ Add Tasks – with title, description, priority, and deadline
- 📋 View Tasks – cleanly listed in the terminal
- ✔️ Mark as Completed – track what’s done
- 🗑️ Delete Tasks – remove tasks easily
- 🎨 Colorized Output – for better readability and user experience
📷 Click to view screenshots
Include title, description, deadline, and priority.
Cleanly display all your current and completed tasks.
Track your progress by marking tasks as done.
Quickly remove tasks you no longer need.
Make sure you have GCC and Make installed.
git clone https://github.com/ashina0x/todo-app.git
cd todo-app
make
./todoNo need to compile — just run!
| Platform | Binary |
|---|---|
| 🐧 Linux | Download todo-linux |
| 🪟 Windows | Download todo.exe |
- Have an idea or feature you'd like to see? Feel free to open an issue with your suggestion or improvement!
- GitHub: peaceful-wolf
- Project maintained by peaceful-wolf