Task Manager is a console-based application developed in C to manage and organize tasks.
The system allows users to add, list, update, and remove tasks while applying structured programming and file manipulation concepts.
- Add new tasks
- List existing tasks
- Update task status
- Remove tasks
- File-based data persistence (if implemented)
- C Language
- Structured Programming
- File Handling
- Structs
- Arrays
- Functions
- File manipulation
- Memory management
- Clean code organization
gcc main.c -o taskmanager
./taskmanager
(Adjust file name if necessary.)
This project was developed to strengthen low-level programming skills and demonstrate understanding of memory, structures, and logical control flow.
Vinicius Junqueira
Software Engineering Student