Skip to content

Commit

Permalink
Merge pull request #18 from breatheco-de/Lorenagubaira-patch-1
Browse files Browse the repository at this point in the history
Update learn.json
  • Loading branch information
Lorenagubaira authored Jan 29, 2025
2 parents 53f2034 + 66ab5e8 commit 7b59f28
Showing 1 changed file with 13 additions and 4 deletions.
17 changes: 13 additions & 4 deletions learn.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,8 @@
{
"title" : "Todolist Application Using React and Fetch",
"title" : {
"us": "Todolist Application Using React and Fetch",
"es": "Aplicación de Todolist usando React y Fetch"
},
"slug" : "todo-list-react-with-fetch",
"status": "published",
"solution": "https://bitbucket.org/codingacademy/todo-list",
Expand All @@ -9,10 +12,16 @@
"syntax": "react.js",
"technologies": ["react.js", "fetch-api", "api"],
"translations": ["es", "us"],
"description" : "Create a simple todo web app using the React.js framework and use the API to sync with the server",
"description" : {
"us": "Build a TODO web app with React.js while learning API integration, state management, and asynchronous requests. Develop skills in handling GET, POST, and PUT requests, working with useEffect for data fetching, and synchronizing a frontend with a backend.",
"es": "Crea una aplicación de lista de tareas (TODO) con React.js mientras aprendes integración de API, gestión de estado y solicitudes asíncronas. Desarrolla habilidades en el manejo de solicitudes GET, POST y PUT, el uso de useEffect para la obtención de datos y la sincronización de un frontend con un backend."
},
"talents": [
{ "badge": "tag-master", "points": 10 }
],
"autoPlay": false,
"projectType": "project"
}
"projectType": "project",
"telemetry": {
"batch": "https://breathecode.herokuapp.com/v1/assignment/me/telemetry?asset_id=205"
}
}

0 comments on commit 7b59f28

Please sign in to comment.