Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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"
}
}
Loading