Task Manager
Task Manager is a simple Python application for managing tasks with the ability to add, edit, delete, and filter them by priority. The system stores all tasks in a JSON file, allowing for quick loading and updating of data.
Technologies
Python, JSON
Local data storage
Console user interface
Functionality
Add and edit tasks
Delete individual fields or entire tasks
View the list of tasks
Filter tasks by priority (high, medium, low)
Save and load tasks from JSON
Role
Full-cycle task management development
Implementation of a console-based user interface
Ensuring persistent data storage and fast access
Technologies
Python, JSON
Local data storage
Console user interface
Functionality
Add and edit tasks
Delete individual fields or entire tasks
View the list of tasks
Filter tasks by priority (high, medium, low)
Save and load tasks from JSON
Role
Full-cycle task management development
Implementation of a console-based user interface
Ensuring persistent data storage and fast access