Skip to content

Commit

Permalink
Update learn.json
Browse files Browse the repository at this point in the history
  • Loading branch information
Lorenagubaira authored Jan 29, 2025
1 parent 9ae65be commit 2bfb883
Showing 1 changed file with 12 additions and 3 deletions.
15 changes: 12 additions & 3 deletions learn.json
Original file line number Diff line number Diff line change
@@ -1,16 +1,25 @@
{
"title" : "Starwars blog reading list",
"title" : {
"us": "Starwars blog reading list",
"es": "Blog de Starwars"
},
"slug" : "starwars-blog-reading-list",
"status": "published",
"difficulty": "intermediate",
"solution": "https://github.com/breatheco-de/exercise-starwars-blog-reading-list/tree/solution",
"preview": "https://github.com/breatheco-de/exercise-starwars-blog-reading-list/blob/master/preview.gif?raw=true",
"technologies": ["react.js", "javascript", "react router"],
"duration" : 16,
"description" : "Create a simple to-read website for Star Wars fans. Use the SWAPI to fetch and React + React Router + Context to save the reading list.",
"description" : {
"us": "Build a Star Wars reading app with React.js, React Router, and Context API. Learn API integration with SWAPI, state management, and routing. Implement a 'Read Later' feature to save favorites. Master asynchronous requests and global state handling for an optimized user experience. Perfect for React developers!",
"es": "Crea una aplicación de lectura de Star Wars con React.js, React Router y Context API. Aprende integración de API con SWAPI, gestión de estado y enrutamiento. Implementa una función de 'Leer después' para guardar favoritos. Domina las solicitudes asíncronas y el manejo del estado global."
},
"talents": [
{ "badge": "tag-master", "points": 10 }
],
"autoPlay": false,
"projectType": "project"
"projectType": "project",
"telemetry": {
"batch": "https://breathecode.herokuapp.com/v1/assignment/me/telemetry?asset_id=173"
}
}

0 comments on commit 2bfb883

Please sign in to comment.