A simple FastAPI application for managing tasks with full CRUD operations. Tasks are stored in a JSON file (tasks.json) for persistence.
- β Create, Read, Update, Delete tasks
- β Track progress with automatic calculation
- β Sort tasks by estimated hours, hours spent, or progress
- β Task status: pending, in_progress, completed
- β Priority levels: low, medium, high