Built a console‑based task management application in Python that implements full CRUD operations (Create, Read, Update, Delete) using SQLite. The system allows users to add, view, update, and delete tasks, with all data securely persisted in a local database file (tareas.db).