Skip to content

peaceful-wolf/todo-app

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

10 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

📝 To-Do Manager (C Console App)

A simple, colorized console-based To-Do list manager written in C.
Create, view, complete, and delete tasks — all from your terminal.


GitHub Repo stars GitHub issues GitHub Build


🚀 Features

  • 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

📷 Screenshot

📷 Click to view screenshots

📷 Feature Gallery

Add Task

➕ Add Tasks

Include title, description, deadline, and priority.

Add Task

📋 View All Tasks

Cleanly display all your current and completed tasks.

View Tasks

✅ Mark as Completed

Track your progress by marking tasks as done.

Mark as Completed

🗑️ Delete Tasks

Quickly remove tasks you no longer need.

Delete Task

⚙️ Build Instructions

Make sure you have GCC and Make installed.

git clone https://github.com/ashina0x/todo-app.git
cd todo-app
make
./todo

🔽 Download Precompiled Binaries

No need to compile — just run!

Platform Binary
🐧 Linux Download todo-linux
🪟 Windows Download todo.exe

💡 Suggest an Idea

  • Have an idea or feature you'd like to see? Feel free to open an issue with your suggestion or improvement!

👤 Author

About

A simple, terminal-based To-Do list manager in C

Topics

Resources

Stars

Watchers

Forks

Releases

Packages

Contributors

Languages