{"id":48612381,"url":"https://github.com/breatheco-de/exercise-todo-list-cli-with-cloud","last_synced_at":"2026-04-09T00:35:08.879Z","repository":{"id":45589318,"uuid":"243077340","full_name":"breatheco-de/exercise-todo-list-cli-with-cloud","owner":"breatheco-de","description":"💻📹 Video Tutorial: Today you will be building a TODO list using API's to sync it with the cloud.","archived":false,"fork":false,"pushed_at":"2025-02-01T14:09:55.000Z","size":493,"stargazers_count":0,"open_issues_count":3,"forks_count":18,"subscribers_count":6,"default_branch":"master","last_synced_at":"2025-02-01T15:22:56.589Z","etag":null,"topics":["learning-by-doing","learning-exercise","learning-python","python","python-tutorial","python3","todo-list","todoapp","todolist","tutorial","tutorial-exercises","video-tutorial"],"latest_commit_sha":null,"homepage":"https://projects.breatheco.de/interactive-coding-tutorial/easy/todo-list-cli-with-cloud","language":"Python","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"other","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/breatheco-de.png","metadata":{"files":{"readme":"README.es.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE.md","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2020-02-25T18:56:29.000Z","updated_at":"2025-02-01T14:10:00.000Z","dependencies_parsed_at":"2024-12-09T20:32:55.822Z","dependency_job_id":"f94b44f0-f4b8-4c91-8259-6994ba443b28","html_url":"https://github.com/breatheco-de/exercise-todo-list-cli-with-cloud","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/breatheco-de/exercise-todo-list-cli-with-cloud","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/breatheco-de%2Fexercise-todo-list-cli-with-cloud","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/breatheco-de%2Fexercise-todo-list-cli-with-cloud/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/breatheco-de%2Fexercise-todo-list-cli-with-cloud/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/breatheco-de%2Fexercise-todo-list-cli-with-cloud/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/breatheco-de","download_url":"https://codeload.github.com/breatheco-de/exercise-todo-list-cli-with-cloud/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/breatheco-de%2Fexercise-todo-list-cli-with-cloud/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":31580213,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-04-08T14:31:17.711Z","status":"ssl_error","status_checked_at":"2026-04-08T14:31:17.202Z","response_time":54,"last_error":"SSL_connect returned=1 errno=0 peeraddr=140.82.121.5:443 state=error: unexpected eof while reading","robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":false,"can_crawl_api":true,"host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["learning-by-doing","learning-exercise","learning-python","python","python-tutorial","python3","todo-list","todoapp","todolist","tutorial","tutorial-exercises","video-tutorial"],"created_at":"2026-04-09T00:35:08.721Z","updated_at":"2026-04-09T00:35:08.846Z","avatar_url":"https://github.com/breatheco-de.png","language":"Python","funding_links":[],"categories":[],"sub_categories":[],"readme":"\u003c!--hide--\u003e\n# ¡Lista de tareas pendientes CLI sincronizada con la nube!\n\u003c!--endhide--\u003e\n\n\u003cp align=\"center\"\u003e\u003cimg src=\"https://github.com/breatheco-de/todo-list-cli-with-cloud/blob/master/preview.gif\" width=\"500\" /\u003e\u003c/p\u003e\n\nHoy construirás una lista TODO usando API's para sincronizarla con la nube.\n\nPracticarás:\n1. Listas / arrays de Python.\n2. Diccionarios de Python.\n3. Usar el paquete requests para la comunicación de API.\n4. Protocolo HTTP.\n\nVamos a usar la [API de TODO de BreatheCode](https://playground.4geeks.com/apis/fake/todos/) para cargar y descargar los TODO, por favor consulta las lecciones de HTTP y REST como una investigación de fondo rápida para el proyecto.\n\n- Obtener TODO llamando: `[GET] /todos/user/\u003cusername\u003e`\n- Inicializar la lista TODO: `[POST] /todos/user/\u003cusername\u003e`\n- Actualizar tu lista TODO: `[PUT] /todos/user/\u003cusername\u003e`\n\n## 🌱 Cómo comenzar este proyecto\n\nNo clones este repositorio.\n\n1. El primer paso para comenzar a codificar es clonar el [boilerplate de python](https://github.com/4GeeksAcademy/flask-rest-hello) en tu computadora local o abrirlo usando gitpod.\n\na) Si usas Gitpod, puedes clonar el boilerplate haciendo [clic aquí](https://github.com/4GeeksAcademy/flask-rest-hello).\nb) Si trabajas localmente, escriba el siguiente comando desde tu línea de comandos: `git clone https://github.com/4GeeksAcademy/flask-rest-hello`.\n\n💡 Importante: recuerda crear un nuevo repositorio, actualizar el remoto (`git remote set-url origin \u003cyour new url\u003e`) y cargar el código a tu nuevo repositorio `add`, `commit` y `push`.\n\n2. Instala los paquetes de dependencia escribiendo:\n\n```sh\n$ pipenv install --python 3\n```\n\n3. Entra a tu entorno virtual escribiendo:\n\n```sh\n$ pipenv shell\n```\n\n4. Puedes ejecutar el proyecto escribiendo:\n\n```sh\n$ python src/app.py\n```\n\n5. También puedes ejecutar las pruebas para el proyecto:\n\n```sh\n$ python src/test.py\n```\n\n## 📝 Instrucciones\n\n- Tu aplicación debe funcionar desde la línea de comandos [así](https://github.com/breatheco-de/todo-list-cli-with-cloud/blob/master/preview.gif).\n- El usuario debe poder agregar nuevas tareas.\n- El usuario puede agregar tantas tareas como desee.\n- El usuario puede eliminar tareas especificando la posición de la tarea en la lista.\n- La aplicación debe poder guardar los TODO en la nube usando la [API de TODO de BreatheCode](https://playground.4geeks.com/apis/fake/todos/)\n- La aplicación debe poder descargar (cargar) los TODO desde la [API de TODO de BreatheCode](https://playground.4geeks.com/apis/fake/todos/)\n\n\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fbreatheco-de%2Fexercise-todo-list-cli-with-cloud","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fbreatheco-de%2Fexercise-todo-list-cli-with-cloud","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fbreatheco-de%2Fexercise-todo-list-cli-with-cloud/lists"}