2025-05-11 11:57:00
github.com
A modern, native Windows Todo application built with C and Win32 API. This project demonstrates advanced Windows GUI programming and system integration capabilities.
- 📝 Create, edit, and delete todo items
- ✅ Mark tasks as complete
- 💾 Persistent storage in AppData
- 🔔 System tray integration (minimize to tray)
- 🌙 Native Windows look and feel
- Written in pure C
- Uses Win32 API for GUI
- System tray integration
The application stores todos in a binary file:
- Location:
%APPDATA%\TodoApp\todos.dat
- Format: Binary file containing the entire todo list
- Capacity: Maximum 100 todos
- Windows OS
- MinGW-w64 (GCC compiler)
- Windows SDK (included with MinGW)
-
Install MinGW-w64:
-
Clone the repository:
git clone https://github.com/Efeckc17/simple-todo-c.git cd simple-todo-c
-
Build the project:
- Run
bin/todo.exe
- Use the interface to:
- Add new todos with the “Add” button
- Edit existing todos by selecting and clicking “Edit”
- Delete todos with the “Delete” button
- Mark todos as complete with the “Complete” button
- Set priority levels for each todo
.
├── src/
│ ├── main.c # Application entry point
│ ├── todo.c # Todo management logic
│ ├── todo.h # Todo data structures and declarations
│ └── gui.c # GUI implementation
├── bin/ # Compiled executable
├── build.bat # Build script
└── README.md # This file
The project uses the following key components:
- Win32 API: For window management and GUI
- Common Controls: For modern UI elements
- UXTheme: For Windows visual styles
- File I/O: For data persistence
This project is licensed under the MIT License – see the LICENSE file for details.
Contributions are welcome! Please feel free to submit a Pull Request.
Toxi360 – @Efeckc17
Project Link: https://github.com/Efeckc17/simple-todo-c
Keep your files stored safely and securely with the SanDisk 2TB Extreme Portable SSD. With over 69,505 ratings and an impressive 4.6 out of 5 stars, this product has been purchased over 8K+ times in the past month. At only $129.99, this Amazon’s Choice product is a must-have for secure file storage.
Help keep private content private with the included password protection featuring 256-bit AES hardware encryption. Order now for just $129.99 on Amazon!
Help Power Techcratic’s Future – Scan To Support
If Techcratic’s content and insights have helped you, consider giving back by supporting the platform with crypto. Every contribution makes a difference, whether it’s for high-quality content, server maintenance, or future updates. Techcratic is constantly evolving, and your support helps drive that progress.
As a solo operator who wears all the hats, creating content, managing the tech, and running the site, your support allows me to stay focused on delivering valuable resources. Your support keeps everything running smoothly and enables me to continue creating the content you love. I’m deeply grateful for your support, it truly means the world to me! Thank you!
BITCOIN bc1qlszw7elx2qahjwvaryh0tkgg8y68enw30gpvge Scan the QR code with your crypto wallet app |
DOGECOIN D64GwvvYQxFXYyan3oQCrmWfidf6T3JpBA Scan the QR code with your crypto wallet app |
ETHEREUM 0xe9BC980DF3d985730dA827996B43E4A62CCBAA7a Scan the QR code with your crypto wallet app |
Please read the Privacy and Security Disclaimer on how Techcratic handles your support.
Disclaimer: As an Amazon Associate, Techcratic may earn from qualifying purchases.