A basic task manager built in C++ with local data persistence using JSON.
- Add new tasks
- View all tasks
- View task details
- Edit existing tasks
- Remove tasks
- Language: C++
- External Library: nlohmann/json
- Data storage:
list.json - Interface: Terminal-based (CLI)
- File handling in C++ (
ifstream,ofstream) - JSON manipulation in C++
- Structuring reusable functions
- Control flow and input handling
- Designing small but complete terminal apps
This was a personal learning project. I wanted to explore how C++ handles file operations, JSON integration, and terminal logic. Iโve achieved my goals with it and Iโm ready to move on to more advanced and ambitious projects. The source code remains available as a clean reference.
Built with curiosity, refactored with care, and archived with pride.
d0bcb99 (Refatoraรงรฃo e novo README)