forked from alesanchezr/exercise-startwars-blog-reading-list
-
Notifications
You must be signed in to change notification settings - Fork 106
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
9ae65be
commit 2bfb883
Showing
1 changed file
with
12 additions
and
3 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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" | ||
} | ||
} |