-
Notifications
You must be signed in to change notification settings - Fork 82
/
Copy pathlearn.json
28 lines (28 loc) · 1.22 KB
/
learn.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
{
"gitpod": true,
"title" : {
"us": "Traffic Light",
"es": "Semáforo"
},
"slug" : "traffic-light-react",
"status": "published",
"video-id": "RywVfCd_24o",
"translations": ["es", "us"],
"difficulty": "beginner",
"technologies": ["reactjs", "javascript"],
"syntax": "reactjs",
"template_url": "https://github.com/4GeeksAcademy/react-hello",
"preview": "https://github.com/breatheco-de/exercise-traffic-light-react/blob/master/preview.gif?raw=true",
"solution": "https://github.com/breatheco-de/exercise-traffic-light-react/tree/solution",
"duration" : 4,
"description" : {
"us": "Build an interactive traffic light simulator using React.js and hooks! This project teaches you how to manage component state with useState, updating the UI dynamically when clicking on different lights.",
"es": "¡Construye un simulador de semáforo interactivo usando React.js y hooks! Este proyecto te enseña cómo gestionar el estado de los componentes con useState, actualizando la interfaz de usuario dinámicamente al hacer clic en diferentes luces. "
},
"talents": [],
"autoPlay": false,
"projectType": "project",
"telemetry": {
"batch": "https://breathecode.herokuapp.com/v1/assignment/me/telemetry?asset_id=193"
}
}