The Task Manager is a Python application built using Object-Oriented Programming and JSON storage.
The system allows users to create, edit, delete, and complete tasks while maintaining persistent storage.
- Create Task
- Edit Task
- Delete Task
- Mark Complete
- View Tasks
- Save Tasks
Stores task information:
- Task ID
- Title
- Description
- Completion Status
Manages:
- Task Creation
- Task Updates
- Task Deletion
- JSON Storage
- Python 3
- JSON
- Object-Oriented Programming
- JSON Storage
- CRUD Operations
- Data Persistence
- File Handling
Danilo Vunza