Skip to content

Commit c5b21fe

Browse files
authored
Merge branch 'master' into master
2 parents beed629 + 68aa785 commit c5b21fe

File tree

1 file changed

+13
-3
lines changed

1 file changed

+13
-3
lines changed

learn.json

Lines changed: 13 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,9 @@
11
{
2-
"title" : "Starwars blog reading list",
2+
"gitpod": true,
3+
"title" : {
4+
"us": "Starwars blog reading list",
5+
"es": "Blog de Starwars"
6+
},
37
"slug" : "starwars-blog-reading-list",
48
"status": "published",
59
"difficulty": "intermediate",
@@ -8,10 +12,16 @@
812
"technologies": ["react.js", "javascript", "react router"],
913
"duration" : 16,
1014
"template_url": "https://github.com/4GeeksAcademy/react-hello-webapp",
11-
"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.",
15+
"description" : {
16+
"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!",
17+
"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."
18+
},
1219
"talents": [
1320
{ "badge": "tag-master", "points": 10 }
1421
],
1522
"autoPlay": false,
16-
"projectType": "project"
23+
"projectType": "project",
24+
"telemetry": {
25+
"batch": "https://breathecode.herokuapp.com/v1/assignment/me/telemetry?asset_id=173"
26+
}
1727
}

0 commit comments

Comments
 (0)