Skip to content

Latest commit

Β 

History

History
20 lines (12 loc) Β· 688 Bytes

File metadata and controls

20 lines (12 loc) Β· 688 Bytes

Task Manager API πŸš€

Python FastAPI License

A simple FastAPI application for managing tasks with full CRUD operations. Tasks are stored in a JSON file (tasks.json) for persistence.


Features

  • βœ… 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