Skip to content

Commit 4479c69

Browse files
Merge pull request #17 from breatheco-de/Lorenagubaira-patch-1
Update learn.json
2 parents 9ae65be + 2bfb883 commit 4479c69

File tree

1 file changed

+12
-3
lines changed

1 file changed

+12
-3
lines changed

learn.json

Lines changed: 12 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,16 +1,25 @@
11
{
2-
"title" : "Starwars blog reading list",
2+
"title" : {
3+
"us": "Starwars blog reading list",
4+
"es": "Blog de Starwars"
5+
},
36
"slug" : "starwars-blog-reading-list",
47
"status": "published",
58
"difficulty": "intermediate",
69
"solution": "https://github.com/breatheco-de/exercise-starwars-blog-reading-list/tree/solution",
710
"preview": "https://github.com/breatheco-de/exercise-starwars-blog-reading-list/blob/master/preview.gif?raw=true",
811
"technologies": ["react.js", "javascript", "react router"],
912
"duration" : 16,
10-
"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.",
13+
"description" : {
14+
"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!",
15+
"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."
16+
},
1117
"talents": [
1218
{ "badge": "tag-master", "points": 10 }
1319
],
1420
"autoPlay": false,
15-
"projectType": "project"
21+
"projectType": "project",
22+
"telemetry": {
23+
"batch": "https://breathecode.herokuapp.com/v1/assignment/me/telemetry?asset_id=173"
24+
}
1625
}

0 commit comments

Comments
 (0)